IListViewItem.ColumnText

Syntax

ColumnText(ColumnIndex: Integer): String;

Parameters

ColumnIndex is an index of the column, the text of which should be determined.

Description

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

See also:

IListViewItem