FMX.ListView.Types.TListItem.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem

Description

Returns the number of objects (such as TextButton or DetailObject) that are associated with this item.

To access these objects, use the FMX.ListView.Appearances.TListViewItem.Objects property.

See Also