JVCL Help:IJvDataContexts.GetContextByName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataContexts.GetContextByName Method
[+] IJvDataContexts Methods
Search in JVCL Help
Search in all projectsSummary
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
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