FMX.ListView.Appearances.TObjectAppearance.Create
Delphi
constructor Create; overload; virtual;
constructor Create(AIsDefaultValues: Boolean); overload;
C++
__fastcall virtual TObjectAppearance(void)/* overload */;
__fastcall TObjectAppearance(bool AIsDefaultValues)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TObjectAppearance |
Description
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.