API:Vcl.Samples.DirOutln.TDirectoryOutline.BorderStyle
Delphi
property BorderStyle;
C++
__property BorderStyle = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Samples.DirOutln.pas Vcl.Samples.DirOutln.hpp |
Vcl.Samples.DirOutln | TDirectoryOutline |
Description
Determines whether a single line border is drawn around the grid.
Vcl.Samples.DirOutln.TDirectoryOutline.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.