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>_gtmaxcol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gtMaxCol()
 Determine the maximum screen column
------------------------------------------------------------------------------
 C Prototype

     #include "gt.api"
     USHORT _gtMaxCol(void)

 Returns

     _gtMaxCol() returns an unsigned integer representing the maximum column
     of the display screen.

 Description

     _gtMaxCol() determines the maximum visible column of the screen.  Row
     and column numbers start at zero.

 Examples

     .  This example uses _gtMaxCol() to display the string "Right" on
        the right-hand side of the screen:

        #include "gt.api"
        .
        .
        .
           _gtWriteAt( 1 , _gtMaxCol() - 5, "Right", 5 );
        .
        .
        .

 Files  Library is CLIPPER.LIB, header file is Gt.api.


See Also: _gtMaxRow() _gtWriteAt()

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