FMX.ListView.Appearances.TAppearanceListViewItems

From RAD Studio API Documentation

TAppearanceListViewItemsFMX.ListView.Adapters.Base.TFilterableListViewItemsFMX.ListView.Adapters.Base.TListViewItemsFMX.ListView.Adapters.Base.TAbstractListViewAdapterSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistent

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. {{#multireplace:FMX.ListView.Appearances.TAppearanceListViewItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListView.Adapters.Base.TFilterableListViewItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListView.Adapters.Base.TFilterableListViewItems|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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