THttpCli.OnSessionClosed

From Overbyte
Revision as of 17:46, 19 February 2006 by Wilfried (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS components reference -> THttpCli -> OnSessionClosed

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