JVCL Help:TJvInspectorAlignItem.Create@TJvCustomInspectorItem@TJvCustomInspectorData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorAlignItem.Create Constructor
[+] TJvInspectorAlignItem Methods
[+] TJvInspectorAlignItem Properties
Search in JVCL Help
Search in all projectsSummary
Instantiates a new inspector item.
Pascal
constructorCreate(constAParent: TJvCustomInspectorItem; constAData: TJvCustomInspectorData); override;
Parameters
Parameters | Description |
const AParent: TJvCustomInspectorItem | Parent item to which the new item is to be added. This can never be nil |
const AData: TJvCustomInspectorData | The data instance to assign to this item. For category items, this should be nil. |
Description
Create instantiates a new inspector item and adds it to a parent item. You should almost never need to create an instance of TJvCustomInspectorItem. In addition, except for the category item, there should be no need to create an item directly. Usually you create a data instance which in turn will create an instance of a proper descendant.
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