JVCL Help:GetItemIndexPath

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the path of indices for the specified data item.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 functionGetItemIndexPath(Item: IJvDataItem): TDynIntegerArray;


Parameters

Parameters Description
Item: IJvDataItem Data item to retrieve the index path of.

run\JvDataProvider.pas


Description

GetItemIndexPath will retrieve an integer array containing the path of index values. The last value in the returned array represents the specified data item.

run\JvDataProvider.pas


See Also

IJvDataItem.GetIndex, IJvDataItems.GetItemByIndexPath

run\JvDataProvider.pas


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