GefObjectVariable (object)

Represents a variable in an object.
Description: The GefObjectVariable object represents a variable in an object.

The default property is Value.

Example:

Sub GefObject_GetVariable()
    
    Dim oCimObj As GefObject
    Dim oCimObjVar As GefObjectVariable
    
    Set oCimObj = CimGetObject
    Set oCimObjVar = oCimObj.GetVariable("Variable1")
    
    MsgBox "The screen variable Variable1 has a " & _
        "value of " & oCimObjVar.Value
    
End Sub
Properties: Application , ID , Inherited , Parent , Public , Value
Methods: GetValueAsNumber , GetValueAsString