WinXListView_GetItemText


WinXListView_GetItemText (hLV, iItem, cSubItems, @text$[])

Gets the text associated with a list view item

Parameter Description
hLV The handle to the list view control
iItem The 0 based index of the item to get
cSubItems The number of columns of text to get
text$[] The array to store the item's text

Returns

$$TRUE on success or $$FALSE on fail

Remarks

The text$ array is dimmed by this function and will have one element for every column (subitem).

Examples

' Get 3 columns of text for the first item in a list view control
WinXListView_GetItemText (hLV, 0, 3, @text$[])

Related Links

List View Controls
WinXAddListView
WinXListView_SetItemText
WinXListView_GetSelection
WinXListView_GetItemFromPoint