[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Register daemon
Source position: daemonapp.pp line 392
procedure RegisterDaemonClass( |
AClass: TCustomDaemonClass |
); |
AClass |
|
TCustomDaemon descendent class to be registered. |
RegisterDaemonClass must be called for each TCustomDaemon descendent that is used in the class: the class pointer and class name are used by the TCustomDaemonMapperClass class to create a TCustomDaemon instance when a daemon is required.
|
Class of TCustomDaemonMapper |
|
|
Base daemon application class |