Vcl.ComCtrls.TCustomTreeView.BorderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BorderStyle: TBorderStyle read FBorderStyle write SetBorderStyle default bsSingle;

C++

__property Vcl::Forms::TBorderStyle BorderStyle = {read=FBorderStyle, write=SetBorderStyle, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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