JVCL Help:IJvDataConsumerServerNotify.AddClient
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataConsumerServerNotify.AddClient Method
[+] IJvDataConsumerServerNotify Methods
Search in JVCL Help
Search in all projectsSummary
Add a client to the list.
Pascal
procedureAddClient(Client: IJvDataConsumerClientNotify);
Parameters
Parameters | Description |
Client: IJvDataConsumerClientNotify | Reference to the client consumer notification interface of the consumer to add. |
Description
AddClient will attempt to add the specified client to the list of linked clients. Most implementations will check if the client is valid and not already linked before adding it.
When the client is added, the LinkAdded method of the client is called.
See Also
IJvDataConsumerClientNotify.LinkAdded, 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