FMX.ListView
Defines FireMonkey controls for list views.
Package | fmx280.bpl |
---|
Units
FMX.ListView | Defines FireMonkey controls for list views. |
FMX.ListView.Adapters.Base | Defines classes that represent a list of items within a list view. |
FMX.ListView.Appearances | Classes and interfaces that define the visual appearance of list views and their items. |
FMX.ListView.Types | Contains classes that implement functionality to support the usage of the FireMonkey list view component. |
Classes
EListViewError | |
TAdapterListView | List 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. |
TAppearanceListView | List view class that provides members that subclasses can use to handle the user interaction and the visual appearance of the list view. |
TCustomListView | Is the base class for the FireMonkey list view component. |
TListView | Represents a FireMonkey list view component that you can use to hold and present various types of items. |
TListViewBase | Implements all scrolling and drawing functionality. |
TPresentedListView | TListView that supports native presentation. |