Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbcol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbCol()
Current Browse column
------------------------------------------------------------------------------
Syntax:

     tbCol( <oTbr> ) --> nCol

Parameters:

     <oTbr>     tBrowse object.

Returns:

     <nCol> Current column.

Description:

     tbCol() Position of the currently selected column in a BROWSE object.

Example:

     // Create a new Browse
     LOCAL oTbr := tbBrwNew( 10, 10, 20, 50 )
     // ...
     // Current column
     ? tbCol( oTbr ) // E.g. 5

See also:

     tbItem(), tbRow()

See Also: tbItem() tbRow()

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