[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: syncobjs.pp line 181
type TSemaphore = class(THandleObject) |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Acquire; override; |
procedure Release(); |
function WaitFor(); override; |
end; |
| | ||
|
Class encapsulating an operating system handle. |
|
| | ||
|
Abstract synchronization object. |
|
| | ||
TObject |