FMX.ListView.Types.IListViewExtrasProvider Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| GetHasData | public | When the item at Index has indexed data in DataIndex, it returns true. |
| GetItemData | public | Gets the indexed data in DataIndex for item. |
| GetItemTag | public | Gets the tag of an item at Index. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| SetItemData | public | Sets indexed data in DataIndex for item at Index. |
| SetItemTag | public | Sets the tag of an item at Index. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |