Vcl.Grids.TGridDrawingStyle
Delphi
TGridDrawingStyle = (gdsClassic, gdsThemed, gdsGradient);
C++
enum DECLSPEC_DENUM TGridDrawingStyle : unsigned char { gdsClassic, gdsThemed, gdsGradient };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | Vcl.Grids |
Description
Enumerates the possible styles used to draw a grid control.
TGridDrawingStyle is an enumeration type used when selecting the style in which the grid control is drawn. The following table lists the possible TGridDrawingStyle values.
| Value | Meaning |
|---|---|
|
gdsClassic |
The grid control uses the standard, unthemed style. |
|
gdsThemed |
The grid control uses the current operating system theme. |
|
gdsGradient |
The grid control uses gradients for styling. |