Vcl.ComCtrls.TTreeView.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle;

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



See Also