IEaxDataAreaParams.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Analytical data area parameter index.

Description

The Remove method removes parameter of analytical data area from collection by its index.

Comments

The method returns True in case of successful removing of analytical data area parameter from collection.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataArea.Params.

See also:

IEaxDataAreaParams