Unit 'DBGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

DEFINDICATORCOLWIDTH

Default width for the indicator column in a grid control.

Declaration

Source position: dbgrids.pas line 44

const DEFINDICATORCOLWIDTH = 12;

Description

Used to set the width for indicator column (when enabled in the grid options) when the grid control is emptied. The value may be scaled for the display density (PPI) used for the Font in the grid control.

See also

TCustomDBGrid.Options

  

Enables or disables optional features or behaviors in the grid control.