TcxGridCardViewRowLayoutObject.SetCoordinates(TcxGridCardViewRow,TcxGridCardRowCoordinates) Method
Places ARow at a position specified by the ACoordinates record.
Declaration
procedure SetCoordinates(ARow: TcxGridCardViewRow; const ACoordinates: TcxGridCardRowCoordinates);
Parameters
Name | Type |
---|---|
ARow | TcxGridCardViewRow |
ACoordinates | TcxGridCardRowCoordinates |
Remarks
To place ARow at a new location, the SetCoordinates method accepts the card row’s new coordinates in row-and-column dimension (see the card row’s Position.ColIndex and Position.RowIndex properties).
The ARow parameter specifies the card row to be placed in a new location.
The ACoordinates parameter specifies the ARow‘s new coordinates, in row-and-column dimensions.
See Also