| 
       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 
 TNBnnnnX.Host [= String] 
 Delphi Syntax 
 TNBnnnnX.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. : " / ? \) 
  |