Contents - Methods - Properties
Description
Controls the appearance of bands in the grid.
Contents - TBands - Properties
~TBands
DestructorTBands
ConstructorC++ declaration
__fastcall TBands(TAdvStringGrid *aOwner)__fastcall TBands(TAdvStringGrid *AOwner)
Active
Delphi declarationPrimaryColor
property Active: Boolean default False;
C++ declaration
__property bool Active={ default=0 }
Description
When true, the band settings are used to set the background color of rows in the grid.
Delphi declarationPrimaryLength
property PrimaryColor: TColor;
C++ declaration
__property Graphics::TColor PrimaryColor={ nodefault }
Description
Background color of the primary bands
Delphi declarationPrint
property PrimaryLength: Integer;
C++ declaration
__property int PrimaryLength={ nodefault }
Description
Number of successive rows in the primary band.
Delphi declarationSecondaryColor
property Print: Boolean;
C++ declaration
__property bool Print={ nodefault }
Description
When true, the banding colors are also used for printing.
Delphi declarationSecondaryLength
property SecondaryColor: TColor;
C++ declaration
__property Graphics::TColor SecondaryColor={ nodefault }
Description
Background color of the secondary bands
Delphi declaration
property SecondaryLength: Integer;
C++ declaration
__property int SecondaryLength={ nodefault }
Description
Number of successive rows in the secondary band.