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>tbrow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbRow()
Returns the index of a current List Box element
------------------------------------------------------------------------------
Syntax:

     tbRow( <oTbr> ) --> nRow

Parameters:

     <oTbr>     tBrowse object.

Returns:

     <nRow> Position of the currently selected element in the List Box
     array. If the List Box columns display a file fields, then <nRow> is
     the current record.

Description:

     Returns the position of the currently selected row in a List Box.

Example:

     LOCAL oTbr := tbBrwNew( 10, 10, 20, 50 )
     // ...
     ? tbRow( oTbr )

See also:

     tbCol(), tbItem()

See Also: tbCol() tbItem()

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