JVCL Help:IJvDataContextsManager
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataContextsManager Interface
[+] IJvDataContextsManager Methods
[+] JvDataProviderIntf.pas Interfaces
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataContextsManager
TJvBaseDataContextsManager
run\JvDataProviderIntf.pas
Summary
Support interface for IJvDataContexts that handles context management.
Pascal
run\JvDataProviderIntf.pas
IJvDataContextsManager = interface;
Description
IJvDataContextsManager is an optional supporting interface for IJvDataContexts that manages the context list.
The interface provides methods to:
- Add a specific context to the list.
- Create and add a new context to the list.
- Empty the list of contexts.
- Delete a context given its index or given the context instance.
This interface is needed if the design time provider context manager should be able to add/delete contexts to/from the list.
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