Vcl.ComCtrls.TTreeView.BorderStyle
Delphi
property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default 1;
C++
__property BorderStyle = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeView |
Description
Determines whether the tree view control has a border.
Vcl.ComCtrls.TTreeView.BorderStyle inherits from Vcl.ComCtrls.TCustomTreeView.BorderStyle. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.BorderStyle.
Determines whether the tree view control has a border.
Set BorderStyle to specify whether the tree view control should be outlined with a single-line border. These are the possible values:
Value | Meaning |
---|---|
bsNone |
No visible border |
bsSingle |
Single-line border |