FMX.ListView.Adapters.Base

From RAD Studio API Documentation
Jump to: navigation, search

Defines classes that represent a list of items within a list view.

Package fmx250.bpl

Classes

TAbstractListViewAdapterAbstract class that implements the essential parts of the IListViewAdapter interface, which provides an interface between the data of the list view items and their representation. TListViewItems inherits from this class.
TFilterableListViewItemsSubclass of TListViewItems that implements the IListViewFilterable interface.
TListViewItemsMinimal list view class that implements the IListViewAdapter interface.