RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.BorderStyle Property

Determines whether control has single line border or none.

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

Use BorderStyle to affect the sharpness with which the client area of the control stands out. BorderStyle can have a value of either bsSingle or bsNone. If BorderStyle is bsSingle, the control has a single-line border around the client area. If BorderStyle is bsNone, there is no border. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!