Re: To Hungarian or not to Hungarian



Peter Morris wrote:

I name things like this

FirstNameEdit: TEdit;
FirstNameLabel: TLabel;

I would make those:

edtFirstName: TEdit;
lblFirstName: TLabel;

Makes them sort nicely in the Object Treeview.

--

Bill
.



Relevant Pages