FMX.Forms.TCustomForm

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

FMX.Forms.TCommonCustomFormFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomForm

Delphi

TCustomForm = class(TCommonCustomForm, IScene)

C++

class PASCALIMPLEMENTATION TCustomForm : public TCommonCustomForm

プロパティ

種類 可視性 ソース ユニット
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

説明

TCustomForm は、ダイアログやフォームなどその他のウィンドウを派生させる元となる基底クラスを表します。


ダイアログ ボックスなどのフォームを新規作成する場合は、TCustomForm から派生したサブクラスを作成します。派生したフォームには、TLabelTComboBox などの FireMonkey オブジェクトを 1 つ以上含めることができます。

TCustomForm の下位クラスはどれも、2D の FireMonkey フォームまたはダイアログになります。

関連項目