JVCL Help:TJvBaseDataItemsManagement
JVCL Help: TJvBaseDataItemsManagement Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TAggregatedPersistent
TAggregatedPersistentEx
TJvDataItemsAggregatedObject
IJvDataItemsManagement
TJvBaseDataItemsManagement
TJvBaseDataItemsListManagement
run\JvDataProvider.pas
Summary
Abstract implementation for the IJvDataItemsManagement interface.
Pascal
run\JvDataProvider.pas
TJvBaseDataItemsManagement = class(TJvDataItemsAggregatedObject, IJvDataItemsManagement);
Description
The TJvBaseDataItemsManagement class is the abstract base implementation of the IJvDataItemsManagement interface. The class itself provides no implementation for interface's methods but rather declares them as abstract virtual methods.
As a descendant of TJvDataItemsAggregatedObject it also provides access to the item list object this extension belongs to (both as interface as well as the implementing object), along with the ContextDestroying notification method, which will be called when a context is destroyed.
You should not instantiate an object of this class but rather one of it's descendants that override the methods for IJvDataItemsManagement.
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