JVCL Help:IJvDataItemsDesigner

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataItemsDesigner
run\JvDataProviderIntf.pas


Summary

Support interface for IJvDataItems that handles item design at the item list level.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 IJvDataItemsDesigner = interface;


Description

IJvDataItemsDesigner is an optional supporting interface for IJvDataItems that is used solely by the Data Provider Tree Designer. It generates a list of item types that can be added. Upon selection from the menu the requested item is created by the NewByKind method and is then added to the list by using the IJvDataItemsManagement.Add method.
IJvDataItemsDesigner is only usable if IJvDataItemsManagement is also supported by IJvDataItems. If this is not the case, the new items can't be added to the list which makes it quite useless.

run\JvDataProviderIntf.pas


See Also

IJvDataItemDesigner, IJvDataItems, IJvDataItemsManagement

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