JVCL Help:IJvDataContexts.GetContextByName

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieve the context specified by the name.


Pascal

 functionGetContextByName(Name: string): IJvDataContext;


Parameters

Parameters Description
Name: string Name or name path of the context to retrieve.


Description

GetContextByName will retrieve the context specified by the given name. The name can be either a single name (direct child of this list) or a (relative) path. If the requested context could not be located the method will return nil.


See Also

IJvDataContexts.GetContext


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