Forming the Connection

From RAD Studio
Jump to: navigation, search

Go Up to Using Client Sockets


Once you have set the properties of your client socket component to describe the server you want to connect to, you can establish the connection at run time by calling the Open method. If you want your application to form the connection automatically when it starts up, set the Active property to True at design time, using the Object Inspector.

See Also