FMX.ListView.Appearances.TObjectAppearance.DefaultValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultValues: TObjectAppearance read FDefaultValues write SetDefaultValues;

C++

__property TObjectAppearance* DefaultValues = {read=FDefaultValues, write=SetDefaultValues};

Properties

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

Description

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