I have switched from Delphi 7 to Delphi XE.
When I create a new procedure or function in a Unit, Delphi automatically places that function/procedure in alphabetical sequence within the unit. e.g.
frm.FormClose; then frm.FormKeyPress; then frm.FormShow;
Is there anyway of disabling this?
Thanks