StatementValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] StatementValue = public class(Value)
StatementValue is a combined statement with a value. The statement is executed first, then the value is pushed. The statement given cannot create a try block (or indirectly: using or locking).
Namespace: Cirrus Values
Members
| | |
|---|---|
| constuctor(aStatement: Statement; aValue: Value) | Create a new instance of this class |
Properties
| | |
|---|---|
| PushValue: Value | The value to push at the end of the statement on the stack |
| Statement: Statement | The statement to execute before the value is pushed |
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