Navigation:  Classes > bBrowser >

bBrowser:IsCellSelectable()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examined whether a cell is selectable.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:IsCellSelectable(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ lSelectable

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

 

<nRowNo>The row number of the cell that is to be examined.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the cell that is to be examined.
Data Type:Integer | Float | Real8

Return Value

lSelectableA logical value that indicates whether the cell is selectable.
TRUEThe cell is selectable.
FALSEThe cell is not selectable.
Data Type:Logic

Description

bBrowser:IsCellSelectable() examines whether a cell indicated by column, row and record number is selectable. For this the following examinations are performed one after the other. As soon as an examination returns the value FALSE, the selecting is not supported in the cell:

1.Checking whether the access bDataColumn:Selectable contains the value TRUE.

2.Checking whether select conditions are defined in the bDataColumn (see also bDataColumn:SelectCondition) with that selecting is forbidden.

See Also

bBrowser:GetNewSelectableColumn()

bBrowser:IsCellSelected()

bBrowser:SelectionMode

bDataColumn:Selectable

bDataColumn:SelectCondition

 


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