JVCL Help:GetItemIDPath

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 full ID path for the specified data item.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 functionGetItemIDPath(Item: IJvDataItem): string;


Parameters

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

run\JvDataProvider.pas


Description

GetItemIDPath will retrieve a string containing the ID path of the specified data item. Each item ID in the parent chain is separated by the (backslash) character with the specified items ID being the last in the string.
The path is determined by the currently selected consumer and context at the provider.

run\JvDataProvider.pas


See Also

IJvDataItem.GetID, IJvDataItems.GetItemByID

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