Re: Private variables question



yannis wrote:
Me on the other hand I couldn't care less what the prefix is (finally) I just use the auto complete feature of the IDE which auto prefix the private members with F and it doesn't give me an option which I can change it. So it is easier to type
property Count : integer; CTRL+SHIFT+C
and let the IDE create the private variable for me along with the setter method and let it at that.

It's even easier with ModelMaker Code Explorer - and with it you can easily configure how your properties end up in the code (or care even less:)
.