API:FMX.ListView.TAppearanceListView

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.TPresentedListViewFMX.ListView.TListViewBaseFMX.ListView.TAdapterListViewFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTAppearanceListView

Delphi

TAppearanceListView = class(TPresentedListView, IAppearanceItemOwner, IPublishedAppearanceOwner)

C++

class PASCALIMPLEMENTATION TAppearanceListView : public TPresentedListView

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.

FMX.ListView.TAppearanceListView inherits from FMX.ListView.TAdapterListView. All content below this line refers to FMX.ListView.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.

The most notable member of TAdapterListView is the Adapter property.

It also provides members to communicate with the list view adapter, such as:

See Also