Host Property (Read/Write)

Top  Previous  Next

Sets/gets the 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

 

Tnb3812X.Host [= String]

 

Delphi Syntax

 

Tnb3812X.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.