TWSocket.OnSessionConnected

From Overbyte
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