FMX.ListView.TListViewBase.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemCount: Integer read GetItemCount;

C++

__property int ItemCount = {read=GetItemCount, nodefault};

Properties

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

Description

Specifies the number of items in this list view component. ItemCount is a read-only property.

Read the ItemCount property in order to obtain the number of list items in this list view component.

See Also