TListColumn Class

Represents type TListColumn.

Namespace: System.UI.ListView
TObject
  System.Classes.TPersistent
    System.Classes.TCollectionItem
      System.UI.ListView.TListColumn
type
 TListColumn = class sealed(TCollectionItem)
 end;

The TListColumn type exposes the following members.

Show:
 NameDescription
Alignment

Represents property Alignment.

AutoSize

Represents property AutoSize.

Caption

Represents property Caption.

MaxWidth

Represents property MaxWidth.

MinWidth

Represents property MinWidth.

Width

Represents property Width.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

GetAlignment

Represents method GetAlignment.

GetAutoSize

Represents method GetAutoSize.

GetCaption

Represents method GetCaption.

GetMaxWidth

Represents method GetMaxWidth.

GetMinWidth

Represents method GetMinWidth.

GetWidth

Represents method GetWidth.

Top