FMX.ListView.TListView.ItemAppearanceObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemAppearanceObjects;

C++

__property ItemAppearanceObjects;

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListView

Description

Allows you to specify properties of individual item appearance objects.

FMX.ListView.TListView.ItemAppearanceObjects inherits from FMX.ListView.TAppearanceListView.ItemAppearanceObjects. All content below this line refers to FMX.ListView.TAppearanceListView.ItemAppearanceObjects.

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