RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBGrid.BorderStyle Property

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

Pascal
property BorderStyle: TBorderStyle;
C++
__property TBorderStyle BorderStyle;

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!