Vcl.Dialogs.TCommonDialog.GetHandle

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

Delphi

function GetHandle: HWND; virtual;

C++

virtual HWND __fastcall GetHandle();

プロパティ

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

説明

Handle プロパティの値を返します。

GetHandle protected メソッドは、Handle プロパティの値を取得します。

メモ:ダイアログ ラッパーのハンドルの調整など、Windows ハンドルの値の取得方法を変更するには、このメソッドをオーバーライドしてください。

関連項目