Host Property (Read/Write) |
Top Previous Next |
TCP/IP address or DNS name of the Host to connect to. It can be a name like 'myhost.mydomain.com' or directly an IP address such as "206.155.164.20".
Visual Basic Syntax
Tnb3287X.Host [= String]
Delphi Syntax
Tnb3287X.Host; [:= String]
Remarks
The host name stored in the Host property must be alpha numeric, and can't contain spaces nor special characters (i.e. : " / ? \)
See also Port property, Connect method and OnConnect event.
|