Vcl.Dialogs.TOpenDialog.GetHandle

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

Delphi

function GetHandle: HWND; override;

C++

virtual HWND __fastcall GetHandle();

プロパティ

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

説明

継承された Handle プロパティの値を返します。

GetHandle protected 関数は、Handle プロパティの値を取得します。

関連項目