Skip to main content

TcxGridCardVisibleRowLayoutObject.GetInsertionParams(TcxGridCardViewRow,TcxPosition,Integer,TcxGridCardRowInsertionPos) Method

Calculates the position of the ARow to be placed in the specified layer, in layer-and-item coordinates.

Declaration

procedure GetInsertionParams(ARow: TcxGridCardViewRow; APosition: TcxPosition; out AInsertionIndex: Integer; out AInsertionPos: TcxGridCardRowInsertionPos);

Parameters

Name Type
ARow TcxGridCardViewRow
APosition TcxPosition
AInsertionIndex Integer
AInsertionPos TcxGridCardRowInsertionPos

Remarks

The ARows parameter specifies a card row to be positioned.

The APosition parameter specifies the direction of card row movement.

The AInsertionIndex parameter specifies the ARow‘s index position in a layer on which the ARow is to be placed.

The AInsertionPos parameter specifies the target layer for the ARow.

See Also