System.Classes.TThread.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: THandle read FHandle;

C++

__property NativeUInt Handle = {read=FHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread

Description

Indicates the thread's handle.

Use Handle for calling Win32 API functions for thread manipulation.

See Also