LocalValue Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] LocalValue = public class(Value)
This value references a local defined in the VAR block *before* the main begin/end of a method. This value cannot be used to reference variables defined inside the begin/end, with, using, except or otherwise. Use NamedLocalValue Class for that. The local number is the index (starting at 0) of the variable.
Namespace: Cirrus Values
Members
| | |
|---|---|
| constructor(aVarNo: Integer) | Create a new instance of this class |
| constructor | Create a new instance of this class |
Properties
| | |
|---|---|
| LocalNo: Integer | The local variable number |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- Value
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To