Class type for TCustomDaemon.
Source position: daemonapp.pp line 74
type TCustomDaemonClass = class of TCustomDaemon;
The class type is needed in the TDaemonDef definition.
TDaemonDef
Daemon definition.