Defines a variable interface.
Description
The IVariable interface allows you to define a variable.
Methods
Name
The variable name.
Name() string
- returns: string - variable name.
Value
The variable value.
Value() *Variant
- returns: *Variant - variable value
SetValue
Sets the variable value.
SetValue(value *Variant)
- value: *Variant - variable value.