JVCL Help:IJvDataConsumerServerNotify.NotifyProviderChanged

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

Search in JVCL Help

 
Search in all projects
 

Summary

Called by the client when it has changed provider or other setting that may influence the validity.


Pascal

 procedureNotifyProviderChanged(Client: IJvDataConsumerClientNotify);


Parameters

Parameters Description
Client: IJvDataConsumerClientNotify Reference to the client consumer notification interface of the consumer that changed provider.


Description

NotifyProviderChanged is called by a client consumer when it has changed to another provider or other setting that may influence the validity of the client. This allows the server to check if the client can remain linked to the server or not.
Most implementers will first call IsValidClient to determine if the client consumer is still valid and if this is not the case will then call RemoveClient to break the link.


See Also

IJvDataConsumerServerNotify.IsValidClient, IJvDataConsumerServerNotify.RemoveClient


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