Integer type used for TWinControl.BorderWidth.
Source position: controls.pp line 1853
type TBorderWidth = 0..MaxInt; |
TBorderWidth is an Integer type with the range of values that can be used as the width for a border on a control. TBorderWidth is the type used to implement the BorderWidth property in TWinControl and descendent classes.
|
Width of the Border around the control; default is zero. |
| Version 4.4 | Generated 2025-11-08 | Home |