[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TCustomDaemonMapper
Source position: daemonapp.pp line 286
public constructor TCustomDaemonMapper.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Instance owner |
Create creates a new instance of a TCustomDaemonMapper. It creates the TDaemonDefs collection and then calls the inherited constructor. It should never be necessary to create a daemon mapper manually, the application will create a global TCustomDaemonMapper instance.
|
Collection of daemon definitions. |
|
|
Custom daemon application class |
|
|
Clean up and destroy a TCustomDaemonMapper instance. |