[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Daemon event handler prototype
Source position: daemonapp.pp line 27
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.