Vcl.ComCtrls.TListColumns.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomListView);

C++

__fastcall TListColumns(TCustomListView* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListColumns

Description

Creates and initializes a TListColumns object.

Applications should not need to call the Create method directly. Instances of TListView create the TListColumns object from their own constructors. The AOwner parameter is the TListView instance that uses the TListColumns object to implement its Columns property.

See Also