NamedLocalValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] NamedLocalValue = public class(Value)
A named local is a local variable defined in one of the parent statements or the method itself that has a name defined. These are locals that can be defined as part of a for, for in, with, using, locking or begin/end block.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aName: String) | Create a new instance of this class; aName is the name of the variable |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| Name: String | Name of the local look for |
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