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

TCustomGrid.BorderStyle

Drawing style used for the borders on the control.

Declaration

Source position: grids.pas line 1198

protected property TCustomGrid.BorderStyle : TBorderStyle
  read FGridBorderStyle
  write SetBorderStyle
  default bsSingle;

Description

Only a restricted range of values are available in TCustomGrid: a single border or none.

See also

TWinControl.BorderStyle

  

Indicates the border style displayed around the control.