ITargetControlVariablesArray.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Controlling variable index.

Description

The Remove method removes the controlling variable with the specified index from the collection.

Comments

Indexing of variables in the collection is continuous and starts with zero.

If the variable is successfully removed, the method returns True, otherwise it returns False.

See also:

ITargetControlVariablesArray