[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Register alternative TCustomDaemonApplication class.
Source position: daemonapp.pp line 393
procedure RegisterDaemonApplicationClass( |
AClass: TCustomDaemonApplicationClass |
); |
AClass |
|
New class pointer to be used |
RegisterDaemonApplicationClass can be used to register an alternative TCustomDaemonApplication descendent which will be used when creating the global Application instance. Only the last registered class pointer will be used.
|
Custom daemon application class |
|
|
Application instance |