Vcl.ComCtrls.TListItems.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Insert(Index: Integer): TListItem;

C++

TListItem* __fastcall Insert(int Index);

Properties

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

Description

Creates a new list item and inserts it into the list view.

Call Insert to insert a new TListItem object into the list view at the specified Index. Insert returns the list item that is inserted.

See Also

Code Examples