JVCL Help:TJvCustomItemViewer.Insert

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

Search in JVCL Help

 
Search in all projects
 

Summary

Inserts an existing item into the list.


Pascal

 procedureInsert(Index: Integer; AItem: TJvViewerItem);


Parameters

Parameters Description
Index: Integer The position where the item should be inserted.
AItem: TJvViewerItem The item to insert.


Description

Call Insert to insert an existing item in the list at a specified position.


See Also

TJvCustomItemViewer.Add, TJvCustomItemViewer.Clear, TJvCustomItemViewer.Count


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