JVCL Help:TJvBaseDataContexts

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataContexts
TExtensibleInterfacedPersistent
TJvBaseDataContexts
TJvDataContexts
run\JvDataProvider.pas


Summary

Base implementation for the IJvDataContexts interface.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 TJvBaseDataContexts = class(TExtensibleInterfacedPersistent, IJvDataContexts);


Description

The TJvBaseDataContexts class is the base implementation of the IJvDataContexts interface. The class itself provides in some basic implementation for the Ancestor, GetContextByName and Provider methods and declares the other methods if IJvDataContexts as abstract methods.
In addition the class provides 4 additional abstract methods that can be used to manage the list. These methods are not the same as those of the IJvDataContextsManager interface, but should be used by an implementer of that interface.

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