[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TWidth

ImageIndex.

Declaration

Source position: comctrls.pp line 1196

type TWidth = 0..MaxInt;

Description

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.

See also

TListColumn

  

Represents an individual column in a multi-column list control.