TcxGridCardVisibleRowLayoutObject.GetRowsAtOffset(TcxGridCardViewRow,TList) Method
Populates the ARows collection with visible card rows beginning from the first card row and ending with the ARowAtOffset card row.
Declaration
procedure GetRowsAtOffset(ARowAtOffset: TcxGridCardViewRow; ARows: TList);
Parameters
Name | Type |
---|---|
ARowAtOffset | TcxGridCardViewRow |
ARows | TList |
Remarks
Use the GetRowsAtOffset method to cache a set of card rows bound by the specified card row.
The ARowAtOffset parameter specifies the card row, which is the upper bound of the card rows to be cached.
The ARows parameter specifies the cache to be populated with card rows.
See Also