FMX.Forms.TCommonCustomForm.CreateHandle

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

Delphi

procedure CreateHandle; virtual;

C++

virtual void __fastcall CreateHandle();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

説明

現在のフォームに対してウィンドウを作成し、それにハンドルを割り当てます。CreateHandle は、サブクラスでオーバーライドして、このフォームを含むウィンドウが作成される際の拡張機能を追加します。

関連項目