Skip to main content

TcxGridCardViewRow.MoveTo(Integer,Boolean) Method

Moves the currently processed row to the AIndex visual position in the current card.

Declaration

procedure MoveTo(AIndex: Integer; AMoveSubItems: Boolean);

Parameters

Name Type
AIndex Integer
AMoveSubItems Boolean

Remarks

Use the MoveTo method to reposition the currently processed row in the card it’s located in.

The AIndex parameter specifies a new position.

The AMoveSubItems parameter specifies whether the row’s children are to be moved along with the row, if the row is a category row (the Kind property is set to rkCategory). Set the AMoveSubItems parameter to True to move the row with its children.

See Also