FMX.ListView.Appearances.TCustomTextObjectAppearance.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create; override;

C++

__fastcall virtual TCustomTextObjectAppearance()/* overload */;
/* TObjectAppearance.Create */ inline __fastcall TCustomTextObjectAppearance(bool AIsDefaultValues)/* overload */ : TCommonObjectAppearance(AIsDefaultValues) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomTextObjectAppearance


Beschreibung

Erstellt eine Instanz dieses Typs von Objekterscheinungsbild.

Erstellt eine Instanz dieses Typs von Objekterscheinungsbild.

FMX.ListView.Appearances.TCustomTextObjectAppearance.Create erbt von FMX.ListView.Appearances.TObjectAppearance.Create. Der folgende Inhalt bezieht sich auf FMX.ListView.Appearances.TObjectAppearance.Create.

Erstellt eine Instanz dieses Typs von Objekterscheinungsbild.

Wenn die Anfangswerte der erstellten Instanz, die Standardwerte, während der Lebenszeit des Objekts gleich bleiben, können Sie durch Setzen von AIsDefaultValues auf True die Leistung der erstellten Instanz verbessern.

Siehe auch