RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TBorderStyle Type

TBorderStyle is the type of the BorderStyle property for framed controls.

Pascal
TBorderStyle = bsNone..bsSingle;
C++
bsNone..bsSingle TBorderStyle;

Forms

These are the possible values of the TBorderStyle type:

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!