FMX.Forms.TCustomForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TCustomForm = class(TCommonCustomForm, IScene)

C++

class PASCALIMPLEMENTATION TCustomForm : public TCommonCustomForm

Eigenschaften

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

Beschreibung

TCustomForm repräsentiert die Basisklasse, von der andere Fenster, wie Dialogfelder und Formulare, abgeleitet werden.

Erstellen Sie eine von TCustomForm abgeleitete Unterklasse, wenn Sie neue Formulare, wie z.B. Dialogfelder, erstellen möchten. Ein abgeleitetes Formular kann ein oder mehrere FireMonkey-Objekte, wie TLabel, TComboBox usw., enthalten.

Jeder Nachkomme von TCustomForm ist ein 2D-FireMonkey-Formular oder -Dialogfeld.

Siehe auch