TcxGridCardRowLayoutObject.Fill(TList) Method
Provides a layout object with ARows visible items to be drawn in a layer.
Declaration
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