JVCL Help:IJvDataConsumerViewList.ChildIndexOfItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerViewList.ChildIndexOfItem Method
[+] IJvDataConsumerViewList Methods
[+] IJvDataConsumerViewList Properties
Search in JVCL Help
Search in all projectsSummary
Locates an item and return its index within its parents list in the view list.
Pascal
functionChildIndexOfItem(Item: IJvDataItem): Integer;
Parameters
Parameters | Description |
Item: IJvDataItem | Reference to the item to locate. |
Description
ChildIndexOfItem will locate the given item in the view list. The value returned is the 0-based index of the item in its parents list according to the view list. If the item is not found the method will return -1.
See Also
IJvDataConsumerViewList.ChildIndexOfID, IJvDataConsumerViewList.IndexOfItem
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