JVCL Help:TJvCustomInspectorItem.IndexOf@TJvCustomInspectorData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.IndexOf Method (TJvCustomInspectorData)
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Locates an item or data instance.
Pascal
functionIndexOf(constItem: TJvCustomInspectorItem): Integer; virtual; overload;
functionIndexOf(constData: TJvCustomInspectorData): Integer; virtual; overload;
Parameters
Parameters | Description |
const Item: TJvCustomInspectorItem | Item to locate. |
const Data: TJvCustomInspectorData | Data instance to locate. |
Description
IndexOf determines the index of an item or a data instance. If the item is not in the child list, IndexOf returns -1, otherwise the 0-based index is returned.
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