JVCL Help:TJvBaseDataItems.ItemAdd

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds an item to the list.


Pascal

 procedureItemAdd(Item: IJvDataItem);


Parameters

Parameters Description
Item: IJvDataItem The Data Item to add.


Description

ItemAdd adds an item to the list, properly preceded and succeeded with change notifications.
ItemAdd is called by the base implementations for the IJvDataItemsManagement and IJvDataItemsDesigner interfaces. It will perform the notifications but defers the actual operation to InternalAdd.


See Also

IJvDataItemsDesigner, IJvDataItemsManagement, TJvBaseDataItems.ItemDelete, TJvBaseDataItems.ItemMove, TJvBaseDataItems.InternalAdd


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