Daemon event handler prototype.
Source position: daemonapp.pp line 34
type TDaemonEvent = procedure( |
Sender: TCustomDaemon |
) of object; |
Sender |
|
Daemon instance. |
TDaemonEvent is used in event handling. The Sender is the TCustomDaemon instance that has initiated the event.