|
|
|
class TGridColors;
The grid colour specification.
An object of this type encapsulates the colours to be used when drawing a grid cell.
Defined in TGridColors:
TGridColors()Default constructor.TGridColors(TRgb,TRgb,TRgb,TRgb)Constructor setting the colour values.iBackgroundThe background colour. iForegroundThe foreground colour. iLabelSeparatorsThe colour of label separators. iLinesThe colour of lines. CGridLabelImgDraws a grid cell's label.IMPORT_C TGridColors();
Default constructor.
Sets the colours to their default values: foreground colour to the RGB value TRgb(0,0,0), background colour to the RGB value TRgb(255,255,255), the colour of lines to the RGB value TRgb(170,170,170), and the colour of label separators to the RGB value TRgb(0,0,0).
IMPORT_C TGridColors(TRgb aForeground, TRgb aBackground, TRgb aLines, TRgb aLabelSeparators);
Constructor setting the colour values.
|
TRgb iLabelSeparators;
The colour of label separators.