API:FMX.ListView.Adapters.Base.TFilterableListViewItems

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Adapters.Base.TListViewItemsFMX.ListView.Adapters.Base.TAbstractListViewAdapterSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTFilterableListViewItems

Delphi

TFilterableListViewItems = class(TListViewItems, IListViewFilterable)

C++

class PASCALIMPLEMENTATION TFilterableListViewItems : public TListViewItems

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.

FMX.ListView.Adapters.Base.TFilterableListViewItems inherits from FMX.ListView.Adapters.Base.TListViewItems. All content below this line refers to FMX.ListView.Adapters.Base.TListViewItems.

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