FMX.ListView.Appearances.TPublishedAppearance

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTPublishedAppearance

Delphi

TPublishedAppearance = class(TPersistent)

C++

class PASCALIMPLEMENTATION TPublishedAppearance : public System::Classes::TPersistent

Properties

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

Description

Type of the TAppearanceListView.ItemAppearance property, which groups appearance properties of the list view at design time. Appearance properties are grouped in the Object Inspector and in the Structure View.

At design time, when the properties of TPublishedAppearance are exposed in the Object Inspector, you can specify UI elements by selecting among choices for footer, header, and item appearance.

You do not need to use the members of TPublishedAppearance at run time. There are equivalent members on the list view that you can access instead:

TPublishedAppearance Member
(design time)
TCustomListView Member
(run time)
ItemHeight ItemHeight
ItemEditHeight ItemEditHeight
HeaderHeight HeaderHeight
FooterHeight FooterHeight
ItemAppearance ItemAppearanceName
ItemEditAppearance ItemEditAppearanceName
HeaderAppearance HeaderAppearanceName
FooterAppearance FooterAppearanceName

See Also