FMX.ListView.Types.IListViewFilterable Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
GetFilteredpublicIs true when the filter is applied.
GetFilterPredicatepublicGets the filter predicate that is used for item filtering.
GetUnfilteredItemspublicReturns a complete list of all items regardless of the filter state they are in.
ItemAddedpublicNotifies the adapter when an item is added to Index.
ItemDeletedpublicNotifies the adapter that an item at Index is deleted.
ItemsClearedpublicNotifies the adapter that all items were deleted.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SetFilterPredicatepublicSets the filter predicate.
SupportspublicIndicates whether a given interface supports a specific (another) interface.