IVariable

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

SetValue

Sets the variable value.

SetValue(value *Variant)