Navigation:  Classes > bEditCondition >

bEditConition:Eval()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Evaluates the defined condition.

Class

bEditCondition

Type

Method

Syntax

<oEditCondition>: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

bEditCondition:Eval() evaluates the defined condition. If a server was specified in the edit condition then the server is considered during the evaluation and is specified as argument of the condition.

See Also

bEditCondition:Init()

 


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