TcxGridCardRowLayoutObject.Fill(TList) Method
In This Article
Provides a layout object with ARows visible items to be drawn in a layer.
#Declaration
Delphi
procedure Fill(ARows: TList);
#Parameters
Name | Type |
---|---|
ARows | TList |
#Remarks
Call the Fill
procedure each time information on visible items in a card has been changed.
The ARows parameter specifies a list of new visible items that the layer is to be populated with.
See Also