JVCL Help:IJvDataConsumerClientNotify.LinkRemoved
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerClientNotify.LinkRemoved Method
[+] IJvDataConsumerClientNotify Methods
Search in JVCL Help
Search in all projectsSummary
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