API:FMX.Forms.TCustomPopupForm

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomPopupForm = class (TCustomForm)

C++

class PASCALIMPLEMENTATION TCustomPopupForm : public TCustomForm

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.

FMX.Forms.TCustomPopupForm inherits from FMX.Forms.TCustomForm. All content below this line refers to FMX.Forms.TCustomForm.

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