FMX.MultiView.Types.TSplitViewAppearance.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall TSplitViewAppearance(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 TSplitViewAppearance

Beschreibung

Erstellt eine Instanz von TMultiViewAppearance.

FMX.MultiView.Types.TSplitViewAppearance.Create erbt von FMX.MultiView.Types.TMultiViewAppearance.Create. Der folgende Inhalt bezieht sich auf FMX.MultiView.Types.TMultiViewAppearance.Create. Erstellt eine Instanz von TMultiViewAppearance.

Create akzeptiert zwei Parameter:

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

Siehe auch