Re: Private variables question



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.


Where the heck is this in the docs? I'd be two years younger had I known
this!

John


.