[Overview][Types][Classes][Procedures and functions][Index] |
Defines the range of values allowed in a bevel width.
Source position: extctrls.pp line 1063
type TBevelWidth = 1..Maxint; |
TBevelWidth is an Integer range type which defines the range of values allowed in properties using the type. TBevelWidth is the type used to implement the BevelWidth property in TCustomPanel.
|
BevelWidth - the Width of the panel's bevel in pixels. |