JVCL Help:IJvDataContexts.GetContext
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataContexts.GetContext Method
[+] IJvDataContexts Methods
Search in JVCL Help
Search in all projectsSummary
Retrieve the context specified by its index.
Pascal
functionGetContext(Index: Integer): IJvDataContext;
Parameters
Parameters | Description |
Index: Integer | 0-based index of the context to retrieve. Values range from 0 to GetCount-1 (both inclusive). |
Description
GetContext retrieves the context specified by the given index. Depending on the implementation, the method either returns nil or raises an exception if an invalid index is given.
See Also
IJvDataContexts.GetContextByName, IJvDataContexts.GetCount
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