RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THandleObject.Handle Property

Specifies the handle of the Windows object used by THandleObject.

Pascal
property Handle: THandle;
C++
__property THandle Handle;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!