TAdvStringGridTBackGround

Contents - Properties

Delphi declaration
Background:TBackground;
C++ declaration
TBackground Background;

Description
Sets the grid background. This bitmap can be tiled across all cells as background bitmap or positioned.

TBackGround - Properties

Contents - TBackGround

Bitmap
Delphi declaration
Bitmap:TBitmap;
C++ declaration
TBitmap Bitmap;

Description
Contains the background bitmap
Cells
Delphi declaration
Cells:TBackgroundCells
C++ declaration
TBackgroundCells Cells;

Description
Selects to which cells the background applies.

TBackgroundCells = (bcNormal,bcFixed)When the background only applies to the fixed cells, the display should be tiled.

Display
Delphi declaration
Display:TBackgroundDisplay=(bdTile,bdFixed);
C++ declaration
TBackgroundDisplay Display=(bdTile,bdFixed);

Description
Display mode can be tiled (bdTile) or on a fixed position (bdFixed)
Left
Delphi declaration
Left:integer
C++ declaration
int Left;

Description
Coordinate from left of the bitmap when fixed position is used.
Top
Delphi declaration
Top:integer;
C++ declaration
int Top;

Description
Coordinate from top of the bitmap when fixed position is used.