InfoConnect for Airlines
DisplayRows Property


Returns or specifies the number of lines in each page of display memory. The host can position the cursor and write characters on any row in the specified range.
Syntax
'Declaration
 
Property DisplayRows As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.DisplayRows = value
 
value = instance.DisplayRows
int DisplayRows {get; set;}
See Also