FormBuildTableControl.moveControl Method [AX 2012]

Moves a specified control to the control.

public int moveControl(int controlId, [int insertAfterControlId])

Run On

Client

Parameters

controlId
Type: int
An integer value that indicates the ID of the control to move.
insertAfterControlId
Type: int

Return Value

Type: int
1 if the control was moved successfully; otherwise, 0.

In general, if the specified control can be contained in the control and can be moved from the container that it is currently in, this method should succeed. However, in some cases, such as for the reference group control instance, controls cannot be moved.

Community Additions

ADD
Show: