Navigation:  Classes > bGridConditionList >

bGridConditionList:GetGridSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the first grid condition with the value TRUE and returns in addition the defined grid.

Class

bGridConditionList

Type

Method

Syntax

<oGridConditionList>:GetGridSpec(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ 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

Return Value

oGridThe determined grid.
Data Type:bGrid

Description

bGridConditionList:GetGridSpec() evaluates in sequence the grid condition in the list and returns on the condition whose result is as first TRUE the defined grid.

 

If the list does not contain grid conditions or no grid condition returns the value TRUE the value NULL_OBJECT is returned.

 


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