Skip to main content

TcxGridCardVisibleRowLayoutObject.GetLayerRows(TcxGridCardViewRow,TList) Method

Populates the ARows collection with visible card rows, which are located in the layer indicated by the ARowInLayer.

Declaration

procedure GetLayerRows(ARowInLayer: TcxGridCardViewRow; ARows: TList);

Parameters

Name Type
ARowInLayer TcxGridCardViewRow
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