Back to product page

Columns property


Determines number of columns shown in the terminal window.

Type

Integer

Syntax

  • Basic
object.Columns [= value]
The Columns(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

For COM object part of the package, this property does not affect any of the client's behavior, because COM object does not have it's own GUI. Merely, when connecting to the server, this value is sent to the server to adjust it's display area, so when data is sent to the client it is adjusted properly.

For ActiveX control - this value determines total number of columns that will be displayed in client's GUI. Default value is 80.

Platforms

Windows