RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.BorderStyle Property

Determines whether the tree view control has a border.

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

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  

 

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