RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThread.Handle Property

Indicates the thread's handle (Windows only).

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

On Windows, use Handle for calling Win32 API functions for thread manipulation. 

The Handle property is not available on Linux. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!