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

Subclass of TListViewItems that implements the IListViewFilterable interface.

FMX.ListView.Appearances.TAppearanceListViewItems inherits from FMX.ListView.Adapters.Base.TFilterableListViewItems. All content below this line refers to FMX.ListView.Adapters.Base.TFilterableListViewItems.

Subclass of TListViewItems that implements the IListViewFilterable interface.

TFilterableListViewItems provides the following public properties from the IListViewFilterable interface:

Subclasses of TFilterableListViewItems must implement the virtual method DoFilterItem to define the logic that determines whether a list item must be filtered or not.

See Also