JVCL Help:TJvCustomInspectorItem.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 item.


Pascal

 procedureInsert(constIndex: Integer; constItem: TJvCustomInspectorItem);


Parameters

Parameters Description
const Index: Integer 0-based index at which to insert. The new item will be inserted before the specified index.
const Item: TJvCustomInspectorItem Item to insert.


Description

Insert inserts a child item to this item. Under normal circumstances Insert will be called automatically by the Create constructor of the child item. There is no need to call Insert in your application.


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