FMX.Forms.TCustomForm

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomForm = class(TCommonCustomForm, IScene)

C++

class PASCALIMPLEMENTATION TCustomForm : public TCommonCustomForm

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

TCustomForm represents the base class from which you derive other windows such as dialog boxes and forms.

Create a subclass derived from TCustomForm if you want to create new forms such as dialog boxes. A derived form can contain one or more FireMonkey objects, such as TLabel, TComboBox, and so on.

Note that every descendant of TCustomForm is a 2D FireMonkey form or dialog box.

See Also