[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Thread in which daemon is running
Source position: daemonapp.pp line 66
public property TCustomDaemon.DaemonThread : TThread |
DaemonThread is the thread in which the daemon instance is running. Each daemon instance in the application runs in it's own thread, none of which are the main thread of the application. The application main thread is used to handle control messages coming from the operating system.
|
TDaemonController instance controlling this daemon instance |