Messenger Plus! Live - Scripting Documentation
The PlusWnd::LstView_GetItemText function returns one of the
labels associated with a ListViewControl item.
Syntax
[string] LstView_GetItemText(
[string] ControlId,
[number] ItemIdx,
[number] ColumnIdx
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- ItemIdx
- [number] Index of the item which label will be retrieved.
- ColumnIdx
- [number] Index of the column which label will be retrieved.
Return Value
A string containing the label of the specified item's column.
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_SetItemText.