JVCL Help:IJvDataConsumerContext.SetContext
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerContext.SetContext Method
[+] IJvDataConsumerContext Methods
Search in JVCL Help
Search in all projectsSummary
Specify a new context for this consumer.
Pascal
procedureSetContext(Value: IJvDataContext);
Parameters
Parameters | Description |
Value: IJvDataContext | Reference to a new context to select for this consumer. Specify nil to select no context. |
Description
SetContext selects a new context for this consumer. If you want to select no context, specify nil as a parameter. If the specified context does not belong to the same provider that is currently linked to the consumer, an exception will be raised.
See Also
IJvDataConsumerContext.GetContext, IJvDataContext
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