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

TListColumns

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TListColumns - a collection of Items of type TListColumn (the columns appearing in a multi-column list)

Declaration

Source position: comctrls.pp line 809

type TListColumns = class(TCollection)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Update(); override;

  function Add;

  

  property Owner: TCustomListView; [r]

  

  property Items: TListColumn; default; [rw]

  

  procedure Assign(); override;

  

end;

Inheritance

TListColumns

  

TListColumns - a collection of Items of type TListColumn (the columns appearing in a multi-column list)

|

TCollection

?

TObject