Vcl.ComCtrls.TListColumns.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TListColumn;

C++

HIDESBASE TListColumn* __fastcall Add();

Properties

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

Description

Creates a new TListColumn instance and adds it to the Items array.

Call Add to add a new list column to the end of the items array. Add returns the new list column. At design time, use the list view control's Columns editor to add columns to the list view.

See Also