Purpose
Creates an object of the class bFontCondition.
Class
Type
Method
Syntax
bFontCondition{
<cCondition> | <oCondition> | <cbCondition>,
[<oServer>],
[<oFont>]
} Æ oFontCondition
Arguments
| <cConditon> | The condition as string. This is converted automatically into object of the class _Codeblock. The conversion is made thereby with the following instruction: |
&("{|Server, Column, Row, RecNo| " + 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 in which accesses to the server are contained (see samples). |
| Data Type: | Object |
| <oFont> | The font that is to be used, if the condition is true. |
| Data Type: | Font |
Return Value
| oFontCondition | The created object of the class bFontCondition. |
| Data Type: | bFontCondition |
Description
bFontCondition:Init() creates a new object of the class bFontCondition and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?bfontcondition_init.htm