CaseItem Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] CaseItem = public class
CaseItem is a storage class to hold a single case item block, a combination of 1 or more values with a statement. All case statements are made up of 1 or more instances of this class. To pass ranges, use the RangeValue Class as a value.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(aStatement: Statement; aValue: Value) | Initializer constructor; this constructor allows you to pass a single value |
| constructor(aStatement: Statement; params aValues: array of Value) | Initializer constructor; this constructor allows you to pass multiple values |
| constructor | Initializer constructor |
Properties
| | |
|---|---|
| Body: Statement | The body |
| Values: array of Value | Possible values |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To