JVCL Help:IJvDataConsumerViewList

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataConsumerViewList
TJvCustomDataConsumerViewList
run\JvDataProviderIntf.pas


Summary

Data consumer support interface to manager the tree of data items in a flat list.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 IJvDataConsumerViewList = interface;


Description

IJvDataConsumerViewList is a consumer support interface that manages the tree of data items in a flat list. Consumers that can render multiple items but only in a flat list will use this support interface to maintain a flat list representation of the tree and allow expand/collapse control of it. Implementers of this interface will have to handle changes at the provider (specifically the adding and removing of items) and update the view list accordingly. Also some changes at the consumer (such as context switching) may require updates in the view list or even complete rebuilds.

run\JvDataProviderIntf.pas


See Also

IJvDataConsumer

run\JvDataProviderIntf.pas


About

Navigation

run\JvDataProviderIntf.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