Difference between revisions of "Midware TClientWSocket.OnSessionClosed"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.OnSessionClos…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | + | <syntaxhighlight lang="delphi"> | |
+ | type | ||
+ | TSessionClosed = procedure (Sender: TObject; Error: word) of object; | ||
+ | |||
+ | property OnSessionClosed : TSessionClosed; | ||
+ | </syntaxhighlight> | ||
== Description == | == Description == | ||
Occurs when client disconnect from server or has been disconnected. | Occurs when client disconnect from server or has been disconnected. |
Latest revision as of 14:30, 14 May 2011
Main page -> Midware component reference -> TClientWSocket -> OnSessionClosed
Definition
<syntaxhighlight lang="delphi"> type TSessionClosed = procedure (Sender: TObject; Error: word) of object;
property OnSessionClosed : TSessionClosed; </syntaxhighlight>
Description
Occurs when client disconnect from server or has been disconnected.