Navigation:  Classes > bBrowser >

bBrowser:IsCellSelected()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a cell is selected.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellSelected(

<iColumn>,

<iRow>,

<iRecNo>

) Æ lSelected

Arguments

<iColumn>The column number of the cell that is to be examined. The number of the column refers to the list of the opened columns (see also bBrowser:ColumnOpenList).
Data type:Integer

 

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

 

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

Return Value

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

Description

bBrowser:IsCellSelected() examines whether a cell indicated by column, row and record number is selected in the browser.

 

Selected cells are colored emphasized. If the mode multiple selection is enabled (see also bBrowser:SelectionMode) then several cells can also be selected.

See Also

bBrowser:IsCellSelectable()

bBrowser:IsRowSelected()

bBrowser:SelectionCellCount

bBrowser:SelectionMode

 


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