Port Property (Read/Write)

Top  Previous  Next

Sets/gets the TCP Port of the TN3270/TN5250 host to connect to.

 

Visual Basic Syntax

 

Tnb3287X.Port [= Integer]

 

Delphi Syntax

 

Tnb3287X.Port; [:= Integer]

 

 

Remarks

 

By default it takes the standard telnet port. You can change it if the non standard port is to be used.

Default value is 23.

 

See also Host property, Connect method and OnConnect event.