BeginLocalValue Class

From The Oxygene Language Wiki

Jump to:navigation, search

This is a Language topic
Feel free to add your notes to this topic below.


[Serializable]
BeginLocalValue = public class(Value)

BeginLocalValue is a value that points to a local variable defined in a begin/end block. When referencing local variables introduced in a begin/end block, this class or NamedLocalValue can be used.

Namespace: Cirrus Values


Members

Method
Description
constructor(aLocal: LocalVariable)Creates a new instance of this class.
constructorCreates a new instance of this class.


Properties

Property
Description
LocalNo: LocalVariableThe local variable object this value belongs to.


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox