FMX.ListView.Appearances.TCommonObjectAppearance.Create
Delphi
constructor Create; override;
C++
__fastcall virtual TCommonObjectAppearance(void)/* overload */;
/* TObjectAppearance.Create */ inline __fastcall TCommonObjectAppearance(bool AIsDefaultValues)/* overload */ : TObjectAppearance(AIsDefaultValues) { }
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCommonObjectAppearance |
Description
Creates an instance of this type of object appearance.
FMX.ListView.Appearances.TCommonObjectAppearance.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.