IListViewItem.ColumnText

Syntax

ColumnText(ColumnIndex: Integer): String;

Parameters

ColumnIndex - index of the column, which text must be determined.

Description

The ColumnText property determines for this element the text of the column, which index is passed by the ColumnIndex parameter.

See also:

IListViewItem