Report Writer / RTL Class Reference |
Details about the Boolean class and its public members.
Boolean
Name | Description |
---|---|
TRUE |
Contains the value TRUE. |
FALSE |
Contains the value FALSE. |
Like all RTL Classes, the "new" keyword is not supported, so that it is not possible to create and subclass objects.
All expressions in the RTL expression language that contain relational operators return one of these objects, which are static member variables that do not require an object instance.
If you wish to specify TRUE or FALSE in a formula, the variables are prefixed with the Boolean classname and the '.' character.
Boolean.TRUE