| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
Create a new instance of the TDaemonController class
Source position: daemonapp.pp line 127
| public constructor TDaemonController.Create( | 
| AOwner: TComponent | 
| ); override; | 
| AOwner | 
 | Owner of the controller. | 
Create creates a new instance of the TDaemonController class. It should never be necessary to create a new instance manually, because the controllers are created by the global TDaemonApplication instance, and AOwner will be set to the global TDaemonApplication instance.
| 
 | Default descendent of CustomDaemonApplication | |
| 
 | Free a TDaemonController instance. |