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
  •  | 
  •  

Pergunta

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

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top