Show contents 

Report > Report Assembly Interfaces > IPrxControls > IPrxControls.Move

IPrxControls.Move

Syntax

Move(OldIndex: Integer; NewIndex: Integer);

Parameters

OldIndex. Index of position of the control to be moved.

NewIndex. Index of the position, to which the control should be moved.

Description

The Move method moves a control.

Example

The property use is given in the example for IPrxControls.IndexOf.

See also:

IPrxControls