FMX.ListView.Types.IListViewEditor Methods
InheritedProtected
| Add | public | Creates a new Item and append at the end. |
| AddRef | public | Increments the reference count for this interface. |
| Clear | public | Deletes all items. |
| Delete | public | Deletes the item at Index. |
| Insert | public | Creates a new Item and insterts it 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. |
| SetAfterItemAdded | public | Sets the OnAfterItemAdded handler. |
| SetAfterItemDeleted | public | Sets the OnAfterItemDeleted handler. |
| SetBeforeItemAdded | public | Sets the OnBeforeItemAdded handler. |
| SetBeforeItemDeleted | public | Sets the OnBeforeItemDeteled handler. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |