Difference between revisions of "THttpCli.OnSessionClosed"

From Overbyte
Jump to navigation Jump to search
 
m (THttpCli:OnSessionClosed moved to THttpCli.OnSessionClosed)
(No difference)

Revision as of 08:27, 19 February 2006

Definition

procedure(Sender: TObject) of object;

  • Sender : the client which fired the event

Description

This event will fire when the component has disconnected from the server.

Examples

nothing yet

Best practices

nothing yet