Navigation:  Classes > bDataColumn >

bDataColumn:GetGridSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines to a column value the grid from the defined grid conditions.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:GetGridSpec(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ oGrid

Arguments

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

 

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

 

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

Return Value

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

Description

bDataColumn:GetGridSpec() evaluates all defined grid conditions to the current column value. On the grid condition that results the value TRUE as the first the defined grid is returned.

 

If no grid condition were found to the record the grid respectively from the bBrowserColumn:DataView object is returned.

See Also

bBrowser:GetGridSpec()

bDataColumn:GridCondition

bBrowserColumn:DataView

 


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