TcxGridCardVisibleRowLayoutObject.GetInsertionParams(TcxGridCardViewRow,TcxPosition,Integer,TcxGridCardRowInsertionPos) Method
In This Article
Calculates the position of the ARow to be placed in the specified layer, in layer-and-item coordinates.
#Declaration
Delphi
procedure GetInsertionParams(ARow: TcxGridCardViewRow; APosition: TcxPosition; out AInsertionIndex: Integer; out AInsertionPos: TcxGridCardRowInsertionPos);
#Parameters
Name | Type |
---|---|
ARow | Tcx |
APosition | Tcx |
AInsertion |
Integer |
AInsertion |
Tcx |
#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