Difference between revisions of "Midware TAppServer.OnClientClosed"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> [[Midware_TAppServer.OnClientClose | OnClientC…') |
|||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
− | Occurs when a client disconnect from the server. The event handler could be used to update the server's user interface or to do any other post-processing or cleaning task. | + | Occurs when a client disconnect from the server. |
+ | |||
+ | The event handler could be used to update the server's user interface or to do any other post-processing or cleaning task. |
Revision as of 08:35, 14 May 2011
Main page -> Midware component reference -> TAppServer -> OnClientClose
Definition
property OnClientClose: TClientEvent;
Description
Occurs when a client disconnect from the server.
The event handler could be used to update the server's user interface or to do any other post-processing or cleaning task.