Vcl.DBGrids.TDBGrid.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;

C++

__property BorderStyle = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TDBGrid

Description

Determines whether a single line border is drawn around the grid.

Vcl.DBGrids.TDBGrid.BorderStyle inherits from Vcl.Grids.TCustomGrid.BorderStyle. All content below this line refers to Vcl.Grids.TCustomGrid.BorderStyle.

Determines whether a single line border is drawn around the grid.

Set BorderStyle to bsSingle to add a single line border around the grid's image. Set BorderStyle to bsNone to omit the border.