[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: daemonapp.pp line 201
type TWinBindings = class(TPersistent) |
public |
constructor Create; |
destructor Destroy; override; |
procedure Assign(); override; |
property ErrCode: DWord; [rw] |
property Win32ErrCode: DWord; [rw] |
published |
property Dependencies: TDependencies; [rw] |
property GroupName: string; [rw] |
property Password: string; [rw] |
property UserName: string; [rw] |
property StartType: TStartType; [rw] |
property WaitHint: Integer; [rw] |
property IDTag: DWord; [rw] |
property ServiceType: TServiceType; [rw] |
property ErrorSeverity: TErrorSeverity; [rw] |
property AcceptedCodes: TWinControlCodes; [rw] |
end; |
| |
TObject |