Discuss this help topic in SecureBlackbox Forum

TElTerminalInfo.Rows

TElTerminalInfo     See also     


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


This property specifies the height of the terminal in rows

Declaration

[C#]
    int Rows;

[VB.NET]
    Property Rows As Integer

[Pascal]
    property Rows : integer;

[C++]
    int32_t get_Rows();
    void set_Rows(int32_t Value);

[PHP]
    integer get_Rows()
    void set_Rows(integer $Value)

[Java]
    int getRows();
    void setRows(int Rows);

Parameters

  • Rows -

Description

    Set this property to the actual height of your terminal in rows.

See also:     Cols    

Discuss this help topic in SecureBlackbox Forum