Vcl.ComCtrls.TListColumns
Delphi
TListColumns = class(TCollection)
C++
class PASCALIMPLEMENTATION TListColumns : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TListColumns is a collection of TListColumn objects.
Each TListColumns represents a collection of TListColumn objects in a TListView. At design time, use the list view control's Columns editor to add, remove, or modify columns.