JVCL Help:TJvBaseDataItemsListManagement

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
TJvDataItemsAggregatedObject
IJvDataItemsManagement
TJvBaseDataItemsManagement
TJvBaseDataItemsListManagement
run\JvDataProvider.pas


Summary

Abstract implementation for the IJvDataItemsManagement interface.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 TJvBaseDataItemsListManagement = class(TJvBaseDataItemsManagement);


Description

The TJvBaseDataItemsListManagement class is the base implementation of the IJvDataItemsManagement interface, specifically geared toward the TJvBaseDataItemsList implementation. The class itself provides an implementation for all the interface's methods with the exception of New, which remains a virtual abstract method.
As a descendant of TJvBaseDataItemsManagement, 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 its descendants that overrides the New method for IJvDataItemsManagement.

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