Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl-extra]

TCustomDaemonMapper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: daemonapp.pp line 293

type TCustomDaemonMapper = class(TComponent)

protected

  procedure CreateDefs; virtual;

  procedure DoOnCreate; virtual;

  procedure DoOnDestroy; virtual;

  procedure DoOnInstall; virtual;

  procedure DoOnUnInstall; virtual;

  procedure DoOnRun; virtual;

public

  constructor Create(); override;

  destructor Destroy; override;

published

  property DaemonDefs: TDaemonDefs; [rw]

  property OnCreate: TNotifyEvent; [rw]

  property OnDestroy: TNotifyEvent; [rw]

  property OnRun: TNotifyEvent; [rw]

  property OnInstall: TNotifyEvent; [rw]

  property OnUnInstall: TNotifyEvent; [rw]

end;

Inheritance

TCustomDaemonMapper

|

TObject


Documentation generated on: 2023-03-18