Navigation:  Classes > bSelectCondition >

bSelectCondition:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of the class bSelectCondition.

Class

bSelectCondition

Type

Method

Syntax

bSelectCondition{

<cCondition> | <oCondition> | <cbCondition>,

[<oServer>],

[<lSelectable>]

} Æ oSelectCondition

Arguments

<cConditon>The condition as string. This is converted automatically into an object of the class _Codeblock. The conversion is made thereby with the following instruction:

 

&("{|Server| " + cCondition + "}")

 

Data Type:String

 

<oConditon>The condition as an object of the class _CodeBlock.
Data Type:CodeBlock

 

<cbCondition>The condition as Codeblock
Data Type:Codeblock

 

<oServer>The server that is to be specified as argument during the evaluation of the Codeblock. Thereby conditions can be defined using accesses of the server.
Data Type:Object

 

<lSelectable>A logical value that defines the selectable ability and is used if the result of the condition is TRUE.
Data Type:Logic

Return Value

oSelectConditionThe created object of the class bSelectCondition.
Data Type:bSelectCondition

Description

bSelectCondition:Init() creates a new object of the class bSelectCondition and initializes it.

See Also

bSelectCondition:Eval()

bSelectCondition:Selectable

 


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