JVCL Help:IJvDataItemsManagement
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItemsManagement Interface
[+] IJvDataItemsManagement Methods
[+] JvDataProviderIntf.pas Interfaces
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataItemsManagement
TJvBaseDataItemsManagement
run\JvDataProviderIntf.pas
Summary
Support interface for IJvDataItems that handles item management.
Pascal
run\JvDataProviderIntf.pas
IJvDataItemsManagement = interface;
Description
IJvDataItemsManagement is an optional supporting interface for IJvDataItems that manages the item list.
The interface provides methods to:
- Add a specific item to the list.
- Create and add a new item to the list.
- Empty the list of items.
- Delete an item given its index or given the item instance.
This interface is needed if the provider tree designer should be able to add/delete items to/from the list.
See Also
IJvDataItems, IJvDataItemsDesigner
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