Integer type used for TWinControl.BorderWidth.
Source position: controls.pp line 1786
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. |
CT Web help |
CodeTyphon Studio |