TEventHandler Delegate
Represents the method that will handle an event that has no event data.
type TEventHandler = procedure(Sender: TObject; E: _EventArgs) of Object;
Represents the method that will handle an event that has no event data.
type TEventHandler = procedure(Sender: TObject; E: _EventArgs) of Object;