Method Attributes : Int () Property
Get global attributes.
Impressum, Datenschutzerklärung
GlobalInfo objects describe globals declared by your program. More...
Properties | |
---|---|
Attributes : Int () |
Get global attributes. |
Name : String () |
Get name of global. |
Type : ClassInfo () |
Get type of global. |
Methods | |
---|---|
GetValue : Object () |
Get value of global. |
SetValue : Void ( obj:Object ) |
Set value of global. |
GlobalInfo objects describe globals declared by your program.
Method Attributes : Int () Property
Get global attributes.
Method Name : String () Property
Get name of global.
Method Type : ClassInfo () Property
Get type of global.
Method GetValue : Object ()
Get value of global.
Method SetValue : Void ( obj:Object )
Set value of global.