IMsVariables.RemoveByKey

Syntax

RemoveByKey(VariableKey: Integer): Boolean;

Parameters

VariableKey. Key of the variable that should be removed.

Description

The RemoveByKey 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