Create(TcxGridBand) Constructor
In This Article
Creates an instance of the TcxGridBandRows class for a specified band.
#Declaration
Delphi
constructor Create(ABand: TcxGridBand); virtual;
#Parameters
Name | Type |
---|---|
ABand | Tcx |
#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