TcxGridCardVisibleRowLayoutObject.GetLayerRows(TcxGridCardViewRow,TList) Method
In This Article
Populates the ARows collection with visible card rows, which are located in the layer indicated by the ARowInLayer.
#Declaration
Delphi
procedure GetLayerRows(ARowInLayer: TcxGridCardViewRow; ARows: TList);
#Parameters
Name | Type |
---|---|
ARow |
Tcx |
ARows | TList |
#Remarks
Use the GetLayerRows method to cache card rows of a particular layer.
The ARowInLayer parameter specifies a card row that identifies a corresponding layer.
The ARows parameter specifies a cache to be populated with card rows.
See Also