| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
Daemon acknowledgement event handler
Source position: daemonapp.pp line 28
| type TDaemonOKEvent = procedure( | 
| Sender: TCustomDaemon; | 
| var OK: Boolean | 
| ) of object; | 
| Sender | 
 | Daemon instance | 
| OK | 
 | Operation was successful | 
TDaemonOKEvent is used in event handling, when a boolean result must be obtained, for instance, to see if an operation was performed succesfully.