Indicator column customizing
Customizing of Indicator column
The Indicator Column is usually shown at the very left part of the Grid and is colored in red color (The color varieties depending of current color scheme in the Windows). The Indicator Column can display such information as: Indicator of the current record (Is shown as triangular), State of editing, the number of the current record and checkbox of selected record. Use properties of TDBGridEh.IndicatorOptions property to customize the Indicator Column.
TDBGridEhIndicatorOptions = set of TDBGridEhIndicatorOption;
TDBGridEhIndicatorOption = (gioShowRowIndicatorEh, gioShowRecNoEh,
gioShowRowselCheckboxesEh);gioShowRowIndicatorEh
gioShowRecNoEh
gioShowRowselCheckboxesEh
Use the next sub-properties of TDBGridEh.IndicatorParams property to customize the display of the indicator column:
Color: TColor
HorzLineColor: TColor
HorzLines: Boolean
VertLineColor: TColor
VertLines: Boolean
FillStyle: TGridCellFillStyleEh
RecNoShowStep: Integer
If set to gioShowRecNoEh IndicatorOptions (Also the same as in dghShowRecNo OptionsEh), then this property specifies step with which to show record numbers in the column display. For records that fall between steps, the record number is displayed instead of a point. This eliminates the effect of "flickering" numbers, which can occur when displaying each record number.
