FMX.Forms.TCustomPopupForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCustomPopupForm = class (TCustomForm)

C++

class PASCALIMPLEMENTATION TCustomPopupForm : public TCustomForm

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms


Beschreibung

TCustomPopupForm repräsentiert die Basisklasse für FMX-Popup-Formulare.

Erstellen Sie eine Unterklasse, die von TCustomPopupForm abgeleitet ist, wenn Sie neue Popup-Formulare erstellen möchten. Ein abgeleitetes Popup-Formular keine ein oder mehrere FireMonkey-Objekte enthalten, wie TLabel, TComboBox, usw.

Beachten Sie, dass jeder Nachkomme von TCustomPopupForm ein 2D-FireMonkey-Popup-Formular ist.

Siehe auch