Vcl.ComCtrls.TTreeNodes.Handle

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

Delphi

property Handle: HWND read GetHandle;

C++

__property HWND Handle = {read=GetHandle, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNodes

説明

ツリーノードオブジェクトを所有しているツリービューコントロールのウィンドウハンドルを格納します。

Handle プロパティは,ツリーノードオブジェクトを所有するツリービューのハンドルを取得できます。

関連項目