Vcl.ComCtrls.TListColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTListColumns

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.

See Also