FMX.ListView.Appearances.TTextObjectAppearance.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
constructor public FMX.ListView.Appearances.hpp FMX.ListView.Appearances TTextObjectAppearance

Description

Creates an instance of this type of object appearance.

Creates an instance of this type of object appearance.

Creates an instance of this type of object appearance.

FMX.ListView.Appearances.TTextObjectAppearance.Create inherits from FMX.ListView.Appearances.TObjectAppearance.Create. All content below this line refers to FMX.ListView.Appearances.TObjectAppearance.Create.

Creates an instance of this type of object appearance.

If the initial values of the created instance, the defautl values, will remain the same during the life time of the objet, set AIsDefaultValues to True to improve the performance of the created instance.

See Also