JVCL Help:IJvDataConsumerViewList.ChildIndexOfID
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerViewList.ChildIndexOfID Method
[+] IJvDataConsumerViewList Methods
[+] IJvDataConsumerViewList Properties
Search in JVCL Help
Search in all projectsSummary
Locates an item by ID and return its index within its parents list in the view list.
Pascal
functionChildIndexOfID(ID: TJvDataItemID): Integer;
Parameters
Parameters | Description |
ID: TJvDataItemID | ID of the item to locate. |
Description
ChildIndexOfID will locate an item given its ID. 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.ChildIndexOfItem, IJvDataConsumerViewList.IndexOfID
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