IEaxDataAreaParams.Move

Fore Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Fore.NET Syntax

Move(OldIndex: integer; NewIndex: integer);

Parameters

OldIndex. Position index of the parameter to be moved.

NewIndex. Position index to what the parameter must be moved.

Description

The Move method moves parameter of analytical data area to specified position.

Comments

To clear collection of analytical data area parameters, use the IEaxDataAreaParams.Clear method.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaParams