ITargetPhaseVariablesArray.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Phase variable index.

Description

The Remove method removes phase 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:

ITargetPhaseVariablesArray