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:
- The PlusWnd object refers to a window that has been destroyed.
Remarks
None.
Function Information
Object |
PlusWnd |
Availability |
Messenger Plus! Live 4.00 |
See Also
PlusWnd Object,
LstView_GetItemText.