TAdvStringGridTBands

Contents - Methods - Properties


Description
Controls the appearance of bands in the grid.

TBands - Methods

Contents - TBands - Properties

~TBands
Destructor

C++ declaration
inline __fastcall virtual ~TBands(void)

TBands
Constructor

C++ declaration
__fastcall TBands(TAdvStringGrid *aOwner)

__fastcall TBands(TAdvStringGrid *AOwner)


TBands - Properties

Contents - TBands - Methods

Active
Delphi declaration
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.
PrimaryColor
Delphi declaration
property PrimaryColor: TColor;
C++ declaration
__property Graphics::TColor PrimaryColor={ nodefault }

Description
Background color of the primary bands
PrimaryLength
Delphi declaration
property PrimaryLength: Integer;
C++ declaration
__property int PrimaryLength={ nodefault }

Description
Number of successive rows in the primary band.
Print
Delphi declaration
property Print: Boolean;
C++ declaration
__property bool Print={ nodefault }

Description
When true, the banding colors are also used for printing.
SecondaryColor
Delphi declaration
property SecondaryColor: TColor;
C++ declaration
__property Graphics::TColor SecondaryColor={ nodefault }

Description
Background color of the secondary bands
SecondaryLength
Delphi declaration
property SecondaryLength: Integer;
C++ declaration
__property int SecondaryLength={ nodefault }

Description
Number of successive rows in the secondary band.