FMX.ListView.TAppearanceListView.ItemAppearanceObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearanceObjects: TPublishedObjects read GetItemAppearanceObjects write SetItemAppearanceObjects;

C++

__property Fmx::Listview::Appearances::TPublishedObjects* ItemAppearanceObjects = {read=GetItemAppearanceObjects, write=SetItemAppearanceObjects};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TAppearanceListView

Description

Allows you to specify properties of individual item appearance objects. These objects include footer, header, item, and item in edit mode objects.

Use the ItemAppearanceObjects property in order to control various properties of the objects that might be part of this list view component. For instance, you can specify accessory and text settings for the items or you can affect text settings for the footer and header items.

See Also