FMX.ListView.Appearances.TAppearanceListViewItems

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Adapters.Base.TFilterableListViewItemsFMX.ListView.Adapters.Base.TListViewItemsFMX.ListView.Adapters.Base.TAbstractListViewAdapterSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentTAppearanceListViewItems

Delphi

TAppearanceListViewItems = class(TFilterableListViewItems, IListViewAdapter, IListViewCheckProvider, IListViewEditor,
IListViewFilterable, IListViewTextProvider, IListViewTextButtonProvider, IListViewGlyphButtonProvider,
IListViewExtrasProvider)

C++

class PASCALIMPLEMENTATION TAppearanceListViewItems : public Fmx::Listview::Adapters::Base::TFilterableListViewItems

Properties

Type Visibility Source Unit Parent
class public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances

Description

Extended items adapter that supports item appearances. This is the default adapter used by the TAppearanceListView property. It implements all extensions supported by TAppearanceListView.


See Also