Navigation:  Classes > bBrowser >

bBrowser:IsRowSelected()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a row is selected.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsRowSelected(

<iRow>,

<iRecNo>

) Æ lSelected

Arguments

<iRow>The row number of the row that is to be examined.
Data type:Integer

 

<iRecNo>The record number of the row that is to be examined.
Data type:Integer

Return Value

lSelectedA logical value that indicates whether the row is selected.
TRUEThe row is selected.
FALSEThe row is not selected.
Data type:Logic

Description

bBrowser:IsRowSelected() examined whether a row is selected in the browser. A row is selected, if at least one column in it is selected.

 

Selected rows are colored emphasized. If multiple selection in the browser is enabled (see also bBrowser:SelectionMode), then several rows can also be selected.

See Also

bBrowser:IsCellSelected()

bBrowser:SelectionMode

bBrowser:SelectionRowCount

 


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