JVCL Help:TJvBaseDataContextsManager

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TAggregatedPersistent
TAggregatedPersistentEx
IJvDataContextsManager
TJvBaseDataContextsManager
run\JvDataProvider.pas


Summary

Base implementation for the IJvDataContextsManager interface.

run\JvDataProvider.pas


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).

run\JvDataProvider.pas


About

Navigation

run\JvDataProvider.pas



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