Line colors
Setting color dividing lines, the presence / absence of lines in various areas Grid
It is possible to set the color and determine the presence or absence of dividing lines for the grid in general and for specific areas including the header area of the indicator area SubtitleFilter, data area and basement area (footer).
Next properties are responsible for the presence of lines and colors in the grid:
Presence / absence of values dgColLines, dgRowLines in property TDBGridEh.Options:
Set the presence of vertical and horizontal lines for the Grid in general.
Sub-properties of the property TDBGridEh.GridLineParams:
Using sub-properties of this property you can control the color of the dark lines in the grid (DarkColor) and the color of bright lines (BrightColor), the color of the lines in the data, the presence of lines of data, and the color scheme of the lines.
Sub-properties of the property TDBGridEh.GridLineParams:
DarkColor: TColor
BrightColor: TColor
DataVertColor: TColor
DataVertLines: Boolean
DataHorzColor: TColor
DataHorzLines: Boolean
DataBoundaryColor: TColor
GridBoundaries: Boolean
ColorScheme: TDBGridLinesColorSchemeEh
Property determines the color scheme used to draw the dividing lines for which a color clDefault.
Property can contain the following values:
glcsDefaultEh Use the default color scheme.
glcsClassicEh The classic filling.Black lines for fixed areas. Gray lines for the data area.
glcsFlatEh On
glcsThemedEh
VertEmptySpaceStyle: TDrawEmptySpaceStyle
VertEmptySpaceStyle property specifies the mode of filling lines and columns for the empty space between the last record of the grid and the bottom of the window.
Property can contain the following values:
dessNonEh - Do not paint.
dessSolidEh - Use solid dividing lines and colors of the columns.
dessGradiendEh - use gradient shading solid dividing lines and colors of the columns.
The colors and the lines in the header area:
property TDBGridEh.TitleParams.VertLineColor: TColor
property TDBGridEh.TitleParams.VertLines: Boolean
property TDBGridEh.TitleParams.HorzLineColor: TColor
property TDBGridEh.TitleParams.HorzLines: BooleanThe colors and the lines in the display:
property TDBGridEh.IndicatorParams.HorzLineColor: TColor
property TDBGridEh.IndicatorParams.HorzLines: Boolean
property TDBGridEh.IndicatorParams.VertLineColor: TColor
property TDBGridEh.IndicatorParams.VertLines: BooleanThe colors and the lines in the basement (footer):
property TDBGridEh.FooterParams.HorzLineColor: TColor
property TDBGridEh.FooterParams.HorzLines: Boolean
property TDBGridEh.FooterParams.VertLineColor: TColor
property TDBGridEh.FooterParams.VertLines: Boolean