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


Pascal

 functionAdd(constItem: TJvCustomInspectorItem): Integer;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Item to add.


Description

Add adds a child item to this item. Under normal circumstances Add will be called automatically by the Create constructor of the child item. There is no need to call Add in your application. Add uses Insert to do the actual insertion.


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