DataValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] DefaultValue = public class(Value)
The DataValue class is a simple constant expression, like a number or a string. The Value Class has operator overloads to be able to implicitly convert numbers/strings and floats to values, and explicitly back.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aType: IType; aValue: Object) | Create a new instance of this class; use this overload to create enum constants (pass the type as the first parameter) |
| constructor(aValue: Object) | Create a new instance of this class |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Type: IType | Type of this data avalue |
| Value: Object | Value of this data value |
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