Vcl.Grids.TCustomDrawGrid.DrawingStyle
Delphi
property DrawingStyle: TGridDrawingStyle read FDrawingStyle write SetDrawingStyle default 1;
C++
__property DrawingStyle = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomDrawGrid |
Description
Determines the style used when drawing the grid. {{#multireplace:Vcl.Grids.TCustomDrawGrid.DrawingStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Grids.TCustomGrid.DrawingStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Grids.TCustomGrid.DrawingStyle|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Determines the style used when drawing the grid.
DrawingStyle determines the style used to draw the grid. The following table lists the possible values of DrawingStyle.
| 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. |
Notes about DrawingStyle for Vcl.Grids.TStringGrid:
- Setting FixedColor has no effect unless you also set DrawingStyle to
gdsClassic.- Setting GradientStartColor and GradientEndColor has no effect unless you set the value of DrawingStyle to
gdsGradient.