This type is used for the TOraAlerter.OnTimeOut event.
Unit
OraAlerter
Syntax
TOnTimeOutEvent = procedure (Sender: TObject; var Continue: boolean) of object;
Parameters
Sender
An object that raised the event.
Continue
True, if waiting messages process should be continued. If False (by default), the waiting process is stopped.