Nowy wpis w ListView

0

Mam taki kodzik który dodaje nową pozycję do ListView:
Listview1.Items.Add.Caption:= 'Text';
, tylko że on dodaje nowy wpis do 1 kolumny (Style:vsRaport), a ja bym chciał żeby dodawał do kolumny 3 (Columns 2) - pomocy :(

0

Contains any strings that appear as subitems to the list item.

property SubItems: TStrings;

Description

Use SubItems to add strings that appear in the additional columns to the right of the list view item when the list view’s ViewStyle property is vsReport. The TStrings object that implements the SubItems property is created when the list item is created. To the methods of the SubItems object to add or delete subitems.

1 użytkowników online, w tym zalogowanych: 0, gości: 1