Difference between revisions of "Midware TAppSrvClient.OnSessionClosed"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.OnSessionClosed …') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' OnSessionClosed: | + | '''property''' OnSessionClosed: TSessionClosed; |
== Description == | == Description == |
Latest revision as of 10:05, 14 May 2011
Main page -> Midware component reference -> TAppSrvClient -> OnSessionClosed
Definition
property OnSessionClosed: TSessionClosed;
Description
Occurs when connection with application server has been closed.
The event OnSessionConnected is triggered when the connection has been closed. The event handler is the right place to update some status bar to let the user know he is disconnected from the server.