TWSocket.OnSessionConnected

From Overbyte
Revision as of 13:38, 2 March 2011 by Transformer (talk | contribs) (Created page with ' Main page -> ICS component reference -> TWSocket -> OnSessionConnected == Definition == ''…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TWSocket -> OnSessionConnected

Definition

 event TMyForm.WSocket1SessionConnected(Sender: TObject; ErrCode: Word);

Description

If you connects to a server then this event is called as soon there is a TCP connection.

Example

Best practices

How to