TListColumns Class

Represents type TListColumns.

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

The TListColumns type exposes the following members.

Show:
 NameDescription
Count

Represents property Count. (Inherited from TCollection.)

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add

Represents method Add.

Assign(TPersistent)

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

AssignTo(TPersistent)

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

Clear

Represents method Clear. (Inherited from TCollection.)

Delete(Integer)

Represents method Delete(Integer). (Inherited from TCollection.)

GetCount

Represents method GetCount. (Inherited from TCollection.)

GetItem(Integer)

Represents method GetItem(Integer).

Top