System.SyncObjs.THandleObject.Handle
Delphi
property Handle: THandle read FHandle;
C++
__property Winapi::Windows::THandle Handle = {read=FHandle, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.SyncObjs.pas System.SyncObjs.hpp |
System.SyncObjs | THandleObject |
Description
Specifies the handle of the Windows object used by THandleObject.
Read Handle to obtain the Windows handle for the synchronization object. Use Handle when making Windows API calls that require a handle to the synchronization object.
THandleObject provides no mechanism for setting the Handle property. Descendants of THandleObject set the Handle property to the handle for whatever Windows synchronization object they represent.