LocalVariable Class
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
[Serializable] LocalVariable = public class
An new inline local variable inside a begin/end block. The values are initialized by adding AssignmentStatement instances to the begin/end variable.
Namespace: Cirrus Statements
Members
| | |
|---|---|
| constructor(aName: String; aType: IType) | Constructor |
| constructor | Constructor |
Properties
| | |
|---|---|
| Name: String | Name of the local |
| Type: IType | Type of the local |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- BeginStatement Class
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To