JVCL Help:IJvDataConsumerServerNotify.RemoveClient
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerServerNotify.RemoveClient Method
[+] IJvDataConsumerServerNotify Methods
Search in JVCL Help
Search in all projectsSummary
Remove a client.
Pascal
procedureRemoveClient(Client: IJvDataConsumerClientNotify);
Parameters
Parameters | Description |
Client: IJvDataConsumerClientNotify | Reference to the client consumer notification interface of the consumer to add. |
Description
RemoveClient will break the link between the server consumer and the specified client consumer.
When the client is removed, the LinkRemoved method of the client is called.
See Also
IJvDataConsumerClientNotify.LinkRemoved, IJvDataConsumerServerNotify.AddClient
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