Purpose
Determines the record number of the first selected row.
Class
Type
Method
Syntax
<oBrowser>:SelectionFirstRow([<iOptions>]) Æ nRecNo
Arguments
| <iOptions> | Options for determining the selected rows. Several options can be combined. The following table defines the supported options: | 
| Option | Description | 
| BBSRO_NONE | No options are defined. | 
| BBSRO_IGNORECOLLAPSEDRECORDGROUPS | Selected rows in closed record groups are ignored. | 
| Data Type: | DWord | 
Return Value
| nRecNo | The record number of the first selected row. If no row is selected, the value 0 is returned. | 
| Data Type: | Integer | Float | Real8 | 
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:SelectionFirstColumn()
bBrowser:SelectionNextColumn()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_selectionfirstrow.htm