JVCL Help:GetContextPath

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 path for the specified context.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 functionGetContextPath(Context: IJvDataContext): string;


Parameters

Parameters Description
Context: IJvDataContext Context to retrieve the full name path of.

run\JvDataProvider.pas


Description

GetContextPath will retrieve a string containing the name path of the specified context. Each context name in the parent chain is separated by the (backslash) character with the specified context's name being the last in the string.

run\JvDataProvider.pas


See Also

IJvDataContext.Name

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