JVCL Help:IJvDataItemsDesigner
JVCL Help: IJvDataItemsDesigner Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataItemsDesigner
run\JvDataProviderIntf.pas
Summary
Support interface for IJvDataItems that handles item design at the item list level.
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.
See Also
IJvDataItemDesigner, IJvDataItems, IJvDataItemsManagement
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