[Overview][Types][Classes][Procedures and functions][Index] |
Defines the range of values available for the RowSize property in TCustomControlBar.
Source position: extctrls.pp line 1443
type TRowSize = 1..MaxInt; |
TRowSize a range type which defines the range of values available for the RowSize property in TCustomControlBar. Essentially, any positive non-zero Integer value.
lazarus-ccr.sourceforge.net |