[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
_gtMaxRow()
Determine the maximum screen row
------------------------------------------------------------------------------
C Prototype
#include "gt.api"
USHORT _gtMaxRow(void)
Returns
_gtMaxRow() returns an unsigned integer representing the maximum
row of the display screen.
Description
_gtMaxRow() determines the maximum visible row of the screen. Row and
column numbers start at zero.
Examples
. This example uses _gtMaxRow() to display the string "Bottom"
on the last row of the screen:
#include "gt.api"
.
.
.
_gtWriteAt( _gtMaxRow() , 1, "Bottom", 6 );
.
.
.
Files Library is CLIPPER.LIB, header file is Gt.api.
See Also:
_gtMaxCol()
_gtWriteAt()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson