JVCL Help:TJvBaseDataItems
JVCL Help: TJvBaseDataItems Class
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataIDSearch
IJvDataItems
TExtensibleInterfacedPersistent
TJvBaseDataItems
TJvDataItemsList
run\JvDataProvider.pas
Summary
Base implementation for the IJvDataItems interface.
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.
See Also
IJvDataIDSearch, IJvDataItems, 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