OnlineVariable.Remove



Remove(szPvName As String) As Boolean

Parameters

szPvName As String
strName As String     (Unique name of variable to be deleted)
ED
not used
RT
avaliable

Remarks

Removes the linked variable strName from the object OnlineVariable.
The parameter strName is the unique name of the variable to be removed. After removing the variable it is no longer monitored and the corresponding VBA event is no longer executed.

If the variable with the name strName cannot be found in the list of linked variables, the value False is returned.

See Also

OnlineVariable