FMX.ListView.Appearances.TPublishedObjects.FooterObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterObjects: TItemAppearanceObjects read GetFooterObjects write SetFooterObjects;

C++

__property TItemAppearanceObjects* FooterObjects = {read=GetFooterObjects, write=SetFooterObjects};

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 footer list view item.

See Also