OnlineVariable.Define



Define() As Boolean
ED
not used
RT
avaliable

Remarks

This method activates monitoring of all variables linked to this object.

Before executing this method control system variables have to be linked to the object with the methods Add or AddBulk.
Now on the initialization of a variable or on changing ist value a VBA event is executed, in which the linked variable is available as a parameter. In this event you can e.g. request the value, ...

On executing this method the property Aktiv returns True. It is set to False, when the object is deleted or the methof Undefine is executed to stop monitoring.

See Also

OnlineVariable