InfoConnect for Airlines VBA Guide
DynamicTerminalSize Property
Gets or sets whether InfoConnect supports dynamic update of the number of rows and columns in the display when the user resizes the terminal window.
Syntax
Object.DynamicTerminalSize As Boolean
Remarks
You can only set this property to true only when emulating a VT terminal. Your Telnet server and application must also support NAWS (Negotiate About Window Size) or display problems can occur. DynamicTerminalSize and AutoFontSize are mutually exclusive options; when one is set to true, the other is automatically set to false.
See Also