[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syncobjs.pp line 66
type TEventObject = class(THandleObject) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure ResetEvent; |
procedure SetEvent; |
function WaitFor(); |
property ManualReset: Boolean; [r] |
end; |
| |
| |
| |
TObject |