JVCL Help:IJvDataConsumerViewList.ItemParentIndex

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the index in the view list for the parent item of an item.


Pascal

 functionItemParentIndex(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

ItemParentIndex determines the index in the view list for the parent item of the specified item. If the specified item is at the root level the method will return nil, otherwise a 0-based index in the view list for the parent item is returned.


See Also

IJvDataConsumerViewList.SubItemIndex


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