Purpose
Creates an object of the class bSelectCondition.
Class
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
| oSelectCondition | The 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
Page url: http://www.YOURSERVER.com/index.html?bselectcondition_init.htm