Extended Property (Read/Write) (TNB3270 Only) |
Top Previous Next |
Specifies if the telnet 5250 extended protocol is allowed by this client.
Visual Basic Syntax
TNBnnnn.Extended [= Boolean]
Delphi Syntax
TNBnnnn.Extended [:= Boolean];
Remarks
If the host or telnet server supports the TN5250E protocol, it will try to negotiate with this client to work in extended mode. If this property is set to False, this client will deny the request from the server and both will continue in TN5250 mode. Default value is True.
See also Host, Port and TerminalType properties.
|