[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[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)
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; |
|
TListColumns - a collection of Items of type TListColumn (the columns appearing in a multi-column list) |
|
| | ||
TCollection |
||
? | ||
TObject |