Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.Cols

TElTerminalInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the width of your terminal in columns

Declaration

[C#]
    int Cols;

[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)

[Java]
    int getCols();
    void setCols(int Cols);

Parameters

  • Cols -

Description

    This property specifies the width of terminal in columns.

See also:     Rows    

Discuss this help topic in SecureBlackbox Forum