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

TDaemonDef

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

Declaration

Source position: daemonapp.pp line 237

type TDaemonDef = class(TCollectionItem)

protected

  function GetDisplayName; override;

public

  constructor Create(); override;

  destructor Destroy; override;

  property DaemonClass: TCustomDaemonClass; [r]

  property Instance: TCustomDaemon; [rw]

published

  property DaemonClassName: string; [rw]

  property Name: string; [rw]

  property Description: string; [rw]

  property DisplayName: string; [rw]

  property RunArguments: string; [rw]

  property Options: TDaemonOptions; [rw]

  property Enabled: Boolean; [rw]

  property WinBindings: TWinBindings; [rw]

  property OnCreateInstance: TNotifyEvent; [rw]

  property LogStatusReport: Boolean; [rw]

end;

Inheritance

TDaemonDef

|

TObject


Documentation generated on: 2023-03-18