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