FMX.ListView.Types.IListViewAdapter Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| CreateNewViews | public | |
| GetCount | public | |
| GetDefaultViewHeight | public | |
| GetEnumerator | public | |
| GetItem | public | |
| IndexOf | public | |
| operator [] | public | |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Release | public | Decrements the reference count for this interface. | 
| ResetView | public | Triggers the OnResetView event and passes the specified list item to its event handler. | 
| ResetViews | public | Resets the views of the items that have the specified purposes. List views call ResetViews on their adapter when the list view appearance needs an update; for example, when you change the size of a list view. | 
| SetOnChanged | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnChanged event. | 
| SetOnItemsCouldHaveChanged | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnItemsCouldHaveChanged event. | 
| SetOnItemsInvalidate | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnItemsInvalidate event. | 
| SetOnItemsMayChange | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnItemsMayChange event. | 
| SetOnItemsResize | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnItemsResize event. | 
| SetOnResetView | public | Setter that you can override in subclasses to handle the assignment of an event handler to the OnResetView event. | 
| Sort | public | Sorts the items of the list view using the specified comparer. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |