System.Classes.TThread.Handle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Handle: THandle read FHandle;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread


説明

スレッドのハンドルを示します。

Handle を使用して、スレッド操作用 Win32 API 関数を呼び出します。

関連項目