TCPSocket.Address

From Xojo Documentation

Property (As String )
aTCPSocket.Address = newStringValue
or
StringValue = aTCPSocket.Address

Supported for all project types and targets.

The TCP/IP address to try to connect to.

Example

In this example, the address has been entered into a TextField.

TCPSocket1.Address = TextField1.Value