Navigation:  Classes > bBrowser >

bBrowser:SelectionFirstRow()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the record number of the first selected row.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:SelectionFirstRow() Æ iRecNo

Return Value

iRecNoThe record number of the first selected row. If no row is selected, the value 0 is returned.
Data type:Integer

Description

bBrowser:SelectionFirstRow() determines the first row in which are one or more columns selected. In combination with the method bBrowser:SelectionNextRow() all selected rows can be determined.

 

The selected columns in a row can be determined by the methods bBrowser:SelectionFirstColumn() and bBrowser:SelectionNextColumn().

Samples

See bBrowser:SelectionNextRow()

See Also

bBrowser:SelectionCellCount

bBrowser:SelectionFirstColumn()

bBrowser:SelectionMode

bBrowser:SelectionNextColumn()

bBrowser:SelectionNextRow()

bBrowser:SelectionRemove()

bBrowser:SelectionRowCount

bBrowser:SelectionSet()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_selectionfirstrow.htm