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

TCustomPopupForm represents the base class for FMX pop-up forms.

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

Note that every descendant of TCustomPopupForm is a 2D FireMonkey pop-up form.

See Also