JVCL Help:IJvDataConsumerClientNotify.LinkRemoved

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

Search in JVCL Help

 
Search in all projects
 

Summary

Called when the server consumer has removed the client from its list of clients.


Pascal

 procedureLinkRemoved(Server: IJvDataConsumerServerNotify);


Parameters

Parameters Description
Server: IJvDataConsumerServerNotify Reference to the server notification interface of the server consumer.


Description

LinkRemoved is called when the specified server consumer has removed the client from its list of clients. This usually happens when the server consumer selects another provider or is being disposed. The provided reference to the server consumer should be removed from wherever it was stored during the LinkAdded call.


See Also

IJvDataConsumerClientNotify.LinkAdded


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