Discuss this help topic in SecureBlackbox Forum
This property specifies the width of your terminal
in columns
Declaration
[VB.NET]
Property Cols As Integer
[Pascal]
property Cols : integer;
[C++]
int32_t get_Cols();
void set_Cols(int32_t Value);
[PHP]
integer get_Cols()
void set_Cols(integer $Value)
Description
This property
specifies the width of terminal in columns.
Discuss this help topic in SecureBlackbox Forum