FMX.ListView.Appearances.TAppearanceListViewItems Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ActiveItemsclass protected
AppearanceItempublicGets a TListViewItem at index Index.
AsFilterablepublic
CheckedpublicChecks the state of an item at Index.
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.
OwnerControlprotectedReturns the owner of items, which supports appearances for items.
UnfilteredItemspublicItems of the list view, regardless of whether they are filtered out or not.