FMX.ListView.Adapters.Base.TFilterableListViewItems.Filtered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Filtered: Boolean read GetFiltered;

C++

__property bool Filtered = {read=GetFiltered, nodefault};

Properties

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

Description

Indicates whether there are list items that are hidden because they do not pass the list filter (True), or not (False).

See Also