FMX.ListView.Appearances.TPublishedObjects.ItemObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemObjects: TItemAppearanceObjects read GetItemObjects write SetItemObjects;

C++

__property TItemAppearanceObjects* ItemObjects = {read=GetItemObjects, write=SetItemObjects};

Properties

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

Description

Collection of objects that make up the appearance of a regular item when the list view is not in edit mode.

See Also