Midware TClientWSocket.OnSessionClosed

From Overbyte
Jump to navigation Jump to search

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.