[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syncobjs.pp line 106
type THandleObject = class(TSynchroObject) |
protected |
FLastError: Integer; |
public |
constructor Create(); |
destructor Destroy; override; |
function WaitFor(); |
property Handle: TEventHandle; [r] |
property LastError: Integer; [r] |
end; |
| |
| |
TObject |