JVCL Help:IJvDataConsumerViewList.ItemSiblingIndex
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerViewList.ItemSiblingIndex Method
[+] IJvDataConsumerViewList Methods
[+] IJvDataConsumerViewList Properties
Search in JVCL Help
Search in all projectsSummary
Determines the index in the view list for the next sibling of an item.
Pascal
functionItemSiblingIndex(Index: Integer): Integer;
Parameters
Parameters | Description |
Index: Integer | 0-based index in the view list of the item to test. Allowed values ranges from 0 to Count-1 |
Description
ItemSiblingIndex determines the index in the view list for the next sibling of the specified item. If the specified item doesn't have a next sibling the method will return -1, otherwise a 0-based index in the view list for the sibling item is returned.
See Also
IJvDataConsumerViewList.Count, IJvDataConsumerViewList.ItemSibling
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