FMX.ListView.TAdapterListView
Delphi
TAdapterListView = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TAdapterListView : public Fmx::Controls::TStyledControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | FMX.ListView |
Description
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.
The most notable member of TAdapterListView is the Adapter property.
It also provides members to communicate with the list view adapter, such as:
- DoItemsMayChange
- DoItemsChange
- DoItemsCouldHaveChanged
- DoItemsInvalidate
- DoItemsResize
- DoResetView
- InvalidateHeights