JVCL Help:GetItemIDPath
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetItemIDPath function
[+] JvDataProvider.pas Functions
Search in JVCL Help
Search in all projectsSummary
Retrieves the full ID path for the specified data item.
Pascal
run\JvDataProvider.pas
functionGetItemIDPath(Item: IJvDataItem): string;
Parameters
Parameters | Description |
Item: IJvDataItem | Data item to retrieve the ID path of. |
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.
See Also
IJvDataItem.GetID, IJvDataItems.GetItemByID
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