JVCL Help:IJvDataConsumerClientNotify
JVCL Help: IJvDataConsumerClientNotify Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataConsumerClientNotify
TJvDataConsumer
run\JvDataProviderIntf.pas
Summary
Data consumer support interface to be notified when another consumer changes item.
Pascal
run\JvDataProviderIntf.pas
IJvDataConsumerClientNotify = interface;
Description
IJvDataConsumerClientNotify is a consumer support interface to be notified when another consumer changes item.
The implementer of this interface is notified when an item gets selected at another consumer (the server) and when a link to it is added to or removed from a server.
The IJvDataConsumerClientNotify always communicates with the IJvDataConsumerServerNotify of the server consumer to request itself being added to or removed from the server or to notify the server when the provider is changed (the server will then determine if the client is still allowed and optionally breaks the link if this is not the case).
Linking of consumers can be used (for example) to link a context selection consumer (e.g. a combo box linked to a context provider) to a client consumer and have the context of that consumer updated automatically when the context selection consumer selects a different context. In this scheme, IJvDataConsumerClientNotify is used at the client consumer.
See Also
IJvDataConsumer, IJvDataConsumerServerNotify
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