FMX.MultiView.Types.TShadowAppearance.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Beschreibung

Erstellt eine Instanz von TMultiViewAppearance.

FMX.MultiView.Types.TShadowAppearance.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