Difference between revisions of "TWSocket.OnSessionConnected"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> ICS component reference -> TWSocket -> OnSessionConnected == Definition == ''…')
 
(No difference)

Latest revision as of 13:38, 2 March 2011

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