JVCL Help:IJvDataConsumerClientNotify.LinkAdded
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerClientNotify.LinkAdded Method
[+] IJvDataConsumerClientNotify Methods
Search in JVCL Help
Search in all projectsSummary
Called when the server consumer has added the client to its list of clients.
Pascal
procedureLinkAdded(Server: IJvDataConsumerServerNotify);
Parameters
Parameters | Description |
Server: IJvDataConsumerServerNotify | Reference to the server notification interface of the server consumer. |
Description
LinkAdded is called when the specified server consumer has added the client to its list of clients. The provided reference to the server consumer should be stored so you can use it later to notify the server consumer if a different provider is being selected or to manually remove the link (i.e. when the consumer is being disposed).
See Also
IJvDataConsumerClientNotify.LinkRemoved
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