IIfValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] IIfValue = public class(Value)
An IIF value is a conditional expression, the first parameter is the condition which is always evaluated. If it's true the second parameter is evaluated, if it's false the third parameter is evaluated.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aCondition, aTrue, aFalse: Value) | Create a new instance of this class |
| constructor(aCondition, aTrue, aFalse: Value; aResultType: IType) | Create a new instance of this class |
| constructor | Create a new instance of this class |
| ToString: System.String | Convert this value to a string |
Properties
| | |
|---|---|
| Condition: Value | Gets or sets the condition for this IIF expression |
| False: Value | The false value |
| True: Value | The true value |
| Type: IType | The result type |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To