0

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

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Saliem
  • 1
  • 3
    This [question](http://stackoverflow.com/questions/527938/in-what-order-does-class-completion-put-its-results) can help you to understand better this feature. – RRUZ May 31 '12 at 20:05

1 Answers1

0

AFAIK, there is no way to disable it.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770