FMX.ListView

From RAD Studio API Documentation
Jump to: navigation, search

Defines FireMonkey controls for list views.

Package fmx270.bpl

Units

FMX.ListViewDefines FireMonkey controls for list views.
FMX.ListView.Adapters.BaseDefines classes that represent a list of items within a list view.
FMX.ListView.AppearancesClasses and interfaces that define the visual appearance of list views and their items.
FMX.ListView.TypesContains classes that implement functionality to support the usage of the FireMonkey list view component.


Classes

EListViewError
TAdapterListViewList view class that provides members that subclasses may use to communicate with a list view adapter that contains the actual items of the list view.
TAppearanceListViewList view class that provides members that subclasses can use to handle the user interaction and the visual appearance of the list view.
TCustomListViewIs the base class for the FireMonkey list view component.
TListViewRepresents a FireMonkey list view component that you can use to hold and present various types of items.
TListViewBaseImplements all scrolling and drawing functionality.
TPresentedListViewTListView that supports native presentation.