FMX.MultiView.Types.TMultiViewAppearance.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent; const AInternalChange: TNotifyEvent);

C++

__fastcall TMultiViewAppearance(System::Classes::TComponent* AOwner, const System::Classes::TNotifyEvent AInternalChange);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TMultiViewAppearance


Beschreibung

Erstellt eine Instanz von TMultiViewAppearance.

Create akzeptiert zwei Parameter:

  • AOwner: Den Eigentümer dieser Einstellungen.
  • AInternalChange: Ereignisbehandlungsroutine für das OnChanged-Ereignis.

Siehe auch