JVCL Help:TJvBaseFixedDataContext

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataContext
TExtensibleInterfacedPersistent
TJvBaseDataContext
TJvBaseFixedDataContext
run\JvDataProvider.pas


Summary

The base class for fixed contexts.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 TJvBaseFixedDataContext = class(TJvBaseDataContext);


Description

The TJvBaseFixedDataContext class is the base implementer for the IJvDataContext interface. The class inherits from TJvBaseDataContext and as such only provides an implementation for the IJvDataContext methods with an exception of the Name method.
TJvBaseFixedDataContext differs only in the implementation of IsDeletable, which will return True.
You should never instantiate a TJvBaseFixedDataContext object to provide an implementation for the IJvDataContext interface. Instead you should use a derivative that implements the Name method.

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