[Overview][Constants][Types][Classes] | Reference for unit 'syncobjs' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class encapsulating an operating system handle
Source position: syncobjs.pp line 50
type THandleObject = class(TSynchroObject) |
||
protected |
||
FLastError: Integer; |
||
public |
||
destructor destroy; override; |
|
Free the instance |
property Handle: TEventHandle; [r] |
|
Handle for this object |
property LastError: Integer; [r] |
|
Last operating system error |
end; |
|
Class encapsulating an operating system handle |
|
| | ||
|
Abstract synchronization object |
|
| | ||
TObject |
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 |
No notes exist for this page yet.