JVCL Help:TJvCustomInspectorData.NewItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.NewItem Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Creates a new child item for this data object.
Pascal
functionNewItem(constAParent: TJvCustomInspectorItem): TJvCustomInspectorItem; virtual;
Parameters
Parameters | Description |
const AParent: TJvCustomInspectorItem | The parent to which the new item should be added. |
Description
NewItem can be used to add new items to an existing data instance. NewItem is called by New to create the item for a new data instance.
NewItem uses the registration databases and/or the BeforeCreateItem event to determine what kind of item should be generated.
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