FMX.ListView.Adapters.Base.TFilterableListViewItems

From RAD Studio API Documentation
Jump to: navigation, search

FMX.ListView.Adapters.Base.TListViewItemsFMX.ListView.Adapters.Base.TAbstractListViewAdapterSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTFilterableListViewItems

Delphi

TFilterableListViewItems = class(TListViewItems, IListViewFilterable)

C++

class PASCALIMPLEMENTATION TFilterableListViewItems : public TListViewItems

Properties

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

Description

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