Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_gtmaxrow()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson