Create(TcxGridBand) Constructor
Creates an instance of the TcxGridBandRows class for a specified band.
Declaration
constructor Create(ABand: TcxGridBand); virtual;
Parameters
Name | Type |
---|---|
ABand | TcxGridBand |
Remarks
The ABand parameter defines the band in a Banded Table View for which to create a row collection. The constructor creates an empty row collection and initializes its properties to default values.
See Also