WithItem Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] WithItem = public class
WithItem is a storage class used by WithStatement to define variables, their types and the initial value a with statement is used on.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(aName: String; aType: IType; avalue: Value; aMatching: Boolean) | Create a new instance of this class |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Matching: Boolean | Only run the with if the value is not nil |
| Name: String | Local variable name of this with item |
| Type: IType | Type of this with item |
| Value: Value | Value |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- WithStatement Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To