[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'daemonapp' (#fcl)

TWinBindings

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

Windows Daemon bindings (windows only)

Declaration

Source position: daemonapp.pp line 178

type TWinBindings = class(TPersistent)

public

  constructor Create;

  

Create a new TWinBindings instance

  destructor Destroy; override;

  

Remove a TWinBindings instance from memory

  procedure Assign(); override;

  

Copies all properties

  ErrCode: DWord;

  

Service specific error code

  Win32ErrCode: DWord;

  

General windows error code

published

  Dependencies: TDependencies;

  

Service dependencies

  GroupName: ;

  

Service group name

  Password: ;

  

Password for service startup

  UserName: ;

  

Username to run service as

  StartType: TStartType;

  

Service startup type.

  WaitHint: Integer;

  

Timeout wait hint

  IDTag: DWord;

  

Location in the service group

  ServiceType: TServiceType;

  

Type of service

  ErrorSeverity: TErrorSeverity;

  

Error severity in case of startup failure

end;

Inheritance

TWinBindings

  

Windows Daemon bindings (windows only)

|

TPersistent,IFPObserved

|

TObject

Description

TWinBindings contains windows-specific properties for the daemon definition (in TDaemonDef.WinBindings). If the daemon should not run on Windows, then the properties can be ignored.

See also

TDaemonDef

  

Daemon definition

TDaemonDef.WinBindings

  

Windows-specific bindings (windows only)


Documentation generated on: Feb 02 2013