Default class used when creating the application instance.
Source position: daemonapp.pp line 463
var AppClass: TCustomDaemonApplicationClass; |
AppClass can be set to the class of a TCustomDaemonApplication descendant. When the Application function needs to create an application instance, this class will be used. If Application was already called, the value of AppClass will be ignored.
|
Application instance. |
|
|
Custom daemon application class. |