FMX.ListView.Adapters.Base.TListViewItems

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Adapters.Base.TAbstractListViewAdapterSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTListViewItems

Delphi

TListViewItems = class(TAbstractListViewAdapter, IListViewAdapter)

C++

class PASCALIMPLEMENTATION TListViewItems : public TAbstractListViewAdapter

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Adapters.Base.pas
FMX.ListView.Adapters.Base.hpp
FMX.ListView.Adapters.Base FMX.ListView.Adapters.Base

Description

Minimal list view class that implements the IListViewAdapter interface.

This class provides members to work with the items of the list view:

  • Item, to access items by index.
  • Count, to read the number of items.
  • IndexOf, to obtain the index of an item given the item.
  • GetEnumerator, to obtain an enumerator to iterate through the list view items.

See Also