JVCL Help:TJvBaseFixedDataContext
JVCL Help: TJvBaseFixedDataContext Class
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataContext
TExtensibleInterfacedPersistent
TJvBaseDataContext
TJvBaseFixedDataContext
run\JvDataProvider.pas
Summary
The base class for fixed contexts.
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.
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