RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TBorderWidth Type

TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.

Pascal
TBorderWidth = 0..MaxInt;
C++
0..MaxInt TBorderWidth;

TBorderWidth is used to specify the border width of a control via its BorderWidth property.

Note: Do not confuse the border of the panel with line drawn around the panel itself. The line around the panel is specified by the BorderStyle property.
 

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