Midware TAppServer.OnClientConnected
Revision as of 14:02, 2 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.OnClientConnected | OnCli…')
Main page -> Midware component reference -> TAppServer -> OnClientConnected
Definition
property OnClientConnected: TClientEvent;
Description
This event is triggered when a client connect to the server. It could be used to disconnect unwanted client or any other processing that must be done when a new client connect, such as updating the server user interface to show how many clients are connected.