Difference between revisions of "THttpCli.OnSessionConnected"
Jump to navigation
Jump to search
m (THttpCli:OnSessionConnected moved to THttpCli.OnSessionConnected) |
|||
Line 1: | Line 1: | ||
+ | [[Main_Page | Main page]] -> [[ICS_Components_Reference | ICS components reference]] | ||
+ | -> [[THttpCli]] -> [[THttpCli.OnSessionConnected | OnSessionConnected]] | ||
== Definition == | == Definition == | ||
procedure('''Sender''': TObject) of object; | procedure('''Sender''': TObject) of object; |
Latest revision as of 17:46, 19 February 2006
Main page -> ICS components reference -> THttpCli -> OnSessionConnected
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