Vcl.Controls.TBorderWidth
Delphi
TBorderWidth = 0..MaxInt;
C++
typedef int TBorderWidth;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TBorderWidth defines the distance, in pixels, between the outer and inner bevels of a control.
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 the line drawn around the panel itself. The line around the panel is specified by the BorderStyle property.