FMX.ListView.Adapters.Base.TFilterableListViewItems Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActiveItemsclass protected
CountpublicNumber of items that the list view contains.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
FilterpublicString-based predicate that evaluates a string from a list item and returns True if the string passes the filter, or False otherwise. List items that do not pass the filter are not displayed on the list view.
FilteredpublicIndicates whether there are list items that are hidden because they do not pass the list filter (True), or not (False).
ItempublicItem that has the specified index in the list view.
UnfilteredItemspublicItems of the list view, regardless of whether they are filtered out or not.