| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Windows Daemon bindings (windows only)
Source position: daemonapp.pp line 201
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  | 
  | 
Service specific error code  | 
|
property Win32ErrCode: DWord; [rw]  | 
  | 
General windows error code  | 
published  | 
||
property Dependencies: TDependencies; [rw]  | 
  | 
Service dependencies  | 
property GroupName: string; [rw]  | 
  | 
Service group name  | 
property Password: string; [rw]  | 
  | 
Password for service startup  | 
property UserName: string; [rw]  | 
  | 
Username to run service as  | 
property StartType: TStartType; [rw]  | 
  | 
Service startup type.  | 
  | 
Timeout wait hint  | 
|
  | 
Location in the service group  | 
|
property ServiceType: TServiceType; [rw]  | 
  | 
Type of service  | 
property ErrorSeverity: TErrorSeverity; [rw]  | 
  | 
Error severity in case of startup failure  | 
property AcceptedCodes: TWinControlCodes; [rw]  | 
  | 
|
end;  | 
  | 
Windows Daemon bindings (windows only)  | 
|
| | | ||
| | | ||
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.
  | 
Daemon definition  | 
|
  | 
Windows-specific bindings (windows only)  |