FMX.ListView.Types.IListViewAdapter.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.ListView.Types.pas FMX.ListView.Types.hpp |
FMX.ListView.Types | IListViewAdapter |
Description
Returns the number of items that this Adapter represents. See Item[Index]