Messenger Plus! Live - Scripting Documentation

The PlusWnd::LstView_SetItemText function sets one of the labels of a ListViewControl item.

Syntax

LstView_SetItemText(
    [string] ControlId,
    [number] ItemIdx,
    [number] ColumnIdx,
    [string] Text
);

Parameters

ControlId
[string] Unique identifier of the control.
ItemIdx
[number] Index of the item which label is to be set.
ColumnIdx
[number] Index of the column which label is to be set.
Text
[string] Text to set in the specified item's column.

Return Value

No value is returned by this function.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, LstView_GetItemText.