ITreeListNode.ColumnText

Syntax

ColumnText(ColumnIndex: Integer): String;

Parameters

ColumnIndex. Column index.

Description

The ColumnText property determines a text of the specified column for the current element.

Comments

The text of the column, which index is passed by the ColumnIndex parameter, is set. The specified value must not be longer than 5450 characters.

See also:

ITreeListNode