FMX.MultiView.TCustomMultiView

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomMultiView

Delphi

TCustomMultiView = class(TPresentedControl)

C++

class PASCALIMPLEMENTATION TCustomMultiView : public Fmx::Controls::Presentation::TPresentedControl

Eigenschaften

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


Beschreibung

Die Basisklasse für MultiView-Komponenten.

Wenn Sie eine benutzerdefinierte MultiView-Komponente erstellen müssen, leiten Sie sie von TCustomMultiView ab.

Siehe auch