FMX.Forms.TForm

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Forms.TCustomFormFMX.Forms.TCommonCustomFormFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTForm

Delphi

TForm = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TForm : public TCustomForm

Properties

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

Description

TForm represents a standard FireMonkey application window (form).

When you create forms in the Form designer at design time, they are implemented as descendants of TForm. Forms can represent the application's main window, or dialog boxes or various preferences-related windows. A form can contain any other FireMonkey objects, such as TButton, TCheckBox, TComboBox objects, and so on.

See Also

Code Examples