Is there a way to tell the delphi ide to insert the event handler stub at the end of the class?

StackOverflow https://stackoverflow.com/questions/22162262

  •  19-10-2022
  •  | 
  •  

Question

When I double click on an event entry in the Object Inspector (events tab), Delphi creates an event handler stub. It seems that the event handler gets inserted in the class in the alphabetical order of the method names. Is it possible to tell it to add the event handler at the end of the class? I didn't find any setting related to this.

Thanks

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top