[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ImageIndex.
Source position: comctrls.pp line 1196
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 WidthType, MinWidth, MaxWidth, and Width properties in TListColumn.
|
Represents an individual column in a multi-column list control. |