JVCL Help:TJvBaseDataItems.ItemDelete
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBaseDataItems.ItemDelete Method
[+] TJvBaseDataItems Methods
Search in JVCL Help
Search in all projectsSummary
Removes an item from the list.
Pascal
procedureItemDelete(Index: Integer);
Parameters
Parameters | Description |
Index: Integer | The 0-based index of the item to delete. |
Description
ItemDelete removes an item from the list, properly preceded and succeeded with change notifications.
ItemDelete is called by the base implementations for the IJvDataItemsManagement interface. It will perform the notifications but defers the actual operation to InternalDelete.
See Also
IJvDataItemsManagement, TJvBaseDataItems.ItemAdd, TJvBaseDataItems.ItemMove, TJvBaseDataItems.InternalDelete
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page