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…') |
|||
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. |
Revision as of 14:27, 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.