API:FMX.Forms3D.TCustomForm3D.CreateHandle

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

Delphi

procedure CreateHandle; override;

C++

virtual void __fastcall CreateHandle();

プロパティ

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

説明

現在のフォームに対してウィンドウを作成し、それにハンドルを割り当てます。

FMX.Forms3D.TCustomForm3D.CreateHandle は FMX.Forms.TCommonCustomForm.CreateHandle を継承しています。以下の内容はすべて FMX.Forms.TCommonCustomForm.CreateHandle を参照しています。

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

関連項目