RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCoolBand.BorderStyle Property

Specifies the border style for the band.

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

If BorderStyle is set to bsSingle, the band has a single-line border. If BorderStyle is set to bsNone, no border appears around the band.

Note: If the CoolBand resides in a CoolBar control, the CoolBar's BandBorderStyle property takes precedence over BorderStyle.
 

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