IMsVariables.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of the variable that should be removed.

Description

The Remove method removes a variable and returns True if the removal was successful.

NOTE. When the variable is removed from the collection, all the elements, in which this variable is used, are also removed.

See also:

IMsVariables