API:FMX.ListView.TPresentedListView

Delphi
TPresentedListView = class(TListViewBase, IListViewPresentationParent, IListViewDesignPresentationParent)
C++
class PASCALIMPLEMENTATION TPresentedListView : public TListViewBase
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | FMX.ListView |
Description
Implements all scrolling and drawing functionality.
FMX.ListView.TPresentedListView inherits from FMX.ListView.TListViewBase. All content below this line refers to FMX.ListView.TListViewBase. The minimal ListView that is actually a real UI control. Implements all scrolling and drawing functionality.
It needs a valid IListViewAdapter to provide item views.