JVCL Help:TJvBaseDataItems

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataIDSearch
IJvDataItems
TExtensibleInterfacedPersistent
TJvBaseDataItems
TJvDataItemsList
run\JvDataProvider.pas


Summary

Base implementation for the IJvDataItems interface.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 TJvBaseDataItems = class(TExtensibleInterfacedPersistent, IJvDataItems, IJvDataIDSearch);


Description

The TJvBaseDataItems class is the base implementation of the IJvDataItems and IJvDataIDSearch interfaces. The class itself provides in the basic implementation for all of the interface's methods, except for GetCount and GetItem. In addition it provides protected methods to be called by an IJvDataItemsManagement implementer to allow list manipulations (adding, deleting and emptying).
The class also defines a dummy property for the filing system, so it is able to store the list of items.

run\JvDataProvider.pas


See Also

IJvDataIDSearch, IJvDataItems, 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