JVCL Help:TJvCustomInspectorItem.Insert
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.Insert Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
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