JVCL Help:TJvBaseDataContextsManager
JVCL Help: TJvBaseDataContextsManager Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
IJvDataContextsManager
TJvBaseDataContextsManager
run\JvDataProvider.pas
Summary
Base implementation for the IJvDataContextsManager interface.
Pascal
run\JvDataProvider.pas
TJvBaseDataContextsManager = class(TAggregatedPersistentEx, IJvDataContextsManager);
Description
The TJvBaseDataContextsManager class is the base implementation of the IJvDataContextsManager interface. The class itself provides in the basic implementation for all of the interface's methods, except for New, which is declared abstract, to be overridden by descendants in order to create a new context and add it to the list.
In addition the class provides 2 additional methods that give access to the list (both as an interface reference and once as a TJvBaseDataContexts implementation class).
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