Range type with values allowed in width propertied in TListColumn.
Source position: comctrls.pp line 1206
type TWidth = 0..MaxInt; |
TWidth is an Integer range type with values in the range 0..MaxInt. TWidth is the type used to implement the MinWidth, MaxWidth, Width and WidthType properties in TListColumn.
|
Represents an individual column in a multi-column list control. |
| Version 4.4 | Generated 2025-11-08 | Home |