[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class encapsulating an operating system handle
Source position: syncobjs.pp line 51
type THandleObject = class(TSynchroObject) end; |
||
public |
||
destructor destroy; override; |
|
Free the instance |
property Handle: TEventHandle; [r] |
|
Handle for this object |
|
Last operating system error |
|
|
Class encapsulating an operating system handle |
|
| | ||
|
Abstract synchronization object |
|
| | ||
THandleObject is a parent class for synchronization classes that need to store an operating system handle. It introduces a property Handle which can be used to store the operating system handle. The handle is in no way manipulated by THandleObject, only storage is provided.
|
Handle for this object |