Discuss this help topic in SecureBlackbox Forum
This property specifies the height of the terminal in rows
Declaration
[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)
Description
Set this property to the actual height of your terminal in rows.
Discuss this help topic in SecureBlackbox Forum