THttpCli.OnSessionConnected

From Overbyte
Revision as of 08:27, 19 February 2006 by Wilfried (talk | contribs) (THttpCli:OnSessionConnected moved to THttpCli.OnSessionConnected)
Jump to navigation Jump to search

Definition

procedure(Sender: TObject) of object;

  • Sender : the client which fired the event

Description

This event will fire when the component has successfully connected to the server.

Examples

nothing yet

Best practices

nothing yet