Vcl.Dialogs.TCommonDialog.Handle

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

Delphi

property Handle: HWnd read GetHandle;

C++

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

プロパティ

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

説明

ダイアログのウィンドウハンドルを指定します。

Handle プロパティは,Execute メソッドが呼び出された後にダイアログのウィンドウハンドルへのアクセスを提供するプロパティで,OnShow および OnClose イベントハンドラ内で使用されます。ダイアログが閉じた後,Handle は 0 にリセットされます。

関連項目