Navigation:  Classes > bGridCondition >

bGridConition:Eval()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Evaluates the defined condition.

Class

bGridCondition

Type

Method

Syntax

<oGridCondition>:Eval(iColumn, nRow, nRecNo) Æ lResult

Arguments

<iColumn>The column number of the cell. The argument is passed to the condition.
Data Type:Integer

 

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

 

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

Return Value

lResultThe result of the evaluated condition.
Data Type:Logic

Description

bGridCondition:Eval() evaluates the defined condition. If a server was specified to the grid condition, then the server is considered during the evaluation and is specified as argument of the condition.

See Also

bGridCondition:Init()

 


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