Vcl.Controls.TWinControl.BorderWidth
Delphi
property BorderWidth: TBorderWidth read FBorderWidth write SetBorderWidth default 0;
C++
__property TBorderWidth BorderWidth = {read=FBorderWidth, write=SetBorderWidth, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Specifies the width of the control's border.
Use BorderWidth to get or set the width of the control's border. Graphics or text drawn by the control is clipped to the area within the border.