Navigation:  Classes > bBrowser >

bBrowser:GetGridSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines from the defined grid conditions the grid of the current record.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetGridSpec(

<iColumn>,

<nRowNo>,

<nRecNo>,

<oGrid>

) Æ oGrid

Arguments

<iColumn>The column number of the cell, which is passed as argument to the conditions.
Data Type:Integer

 

<nRowNo>The row number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

 

<oGrid>The default grid that is to be used, if no grid condition were found.
Data Type:bGrid

Return Value

oGridThe determined grid. If no grid could be determined, the value NULL_OBJECT is returned.
Data Type:bGrid

Description

bBrowser:GetGridSpec() evaluates all defined grid conditions for the current record. The first grid condition to return the value TRUE is the grid returned by this method.

 

If no grid condition was found for the record, the default grid is returned instead.

See Also

bBrowser:DataView

bBrowser:GridCondition

bDataColumn:GetGridSpec()

 


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