FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.DefaultValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValues: TCustomGlyphButtonObjectAppearance read GetDefaultValues;

C++

__property TCustomGlyphButtonObjectAppearance* DefaultValues = {read=GetDefaultValues};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomGlyphButtonObjectAppearance

Description

Instance of object appearance that contains the default values for the current instance of object appearance.

FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.DefaultValues inherits from FMX.ListView.Appearances.TObjectAppearance.DefaultValues. All content below this line refers to FMX.ListView.Appearances.TObjectAppearance.DefaultValues.

Instance of object appearance that contains the default values for the current instance of object appearance.

Use RestoreDefaults to reset the properties of this instance of object appearance to those of the DefaultValues instance.

See Also