Handle property
Applies to
acThread
component.
Declaration
property
Handle: THandle;
// read-only!
Description
Handle is the read-only property which contains the thread's handle. Use Handle when calling Win32 API functions for thread manipulation.
See also
ThreadID
property.