JVCL Help:IJvDataItemsManagement

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataItemsManagement
TJvBaseDataItemsManagement
run\JvDataProviderIntf.pas


Summary

Support interface for IJvDataItems that handles item management.

run\JvDataProviderIntf.pas


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.

run\JvDataProviderIntf.pas


See Also

IJvDataItems, IJvDataItemsDesigner

run\JvDataProviderIntf.pas


About

Navigation

run\JvDataProviderIntf.pas



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