JVCL Help:TJvCustomItemViewer.Add

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 existing item to the Items list.


Pascal

 functionAdd(AItem: TJvViewerItem): Integer;


Parameters

Parameters Description
AItem: TJvViewerItem The item to add.


Return Value

The index of the newly added item.


Description

Call Add to add an existing item to the Items list. The item is added as the last item to the list. If you want to create a new item and add it to the list, change the Count property instead.


See Also

TJvCustomItemViewer.Clear, TJvCustomItemViewer.Delete, TJvCustomItemViewer.Insert


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