JVCL Help:IJvDataConsumerViewList
JVCL Help: IJvDataConsumerViewList Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataConsumerViewList
TJvCustomDataConsumerViewList
run\JvDataProviderIntf.pas
Summary
Data consumer support interface to manager the tree of data items in a flat list.
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.
See Also
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