WinXListView_DeleteItem


WinXListView_DeleteItem (hLV, iItem)

Deleted an item from a listview control

Parameter Description
hLV The handle to the list view control to delete the item from
iItem The 0 based index of the item to delete

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

' Delete the first item
WinXListView_DeleteItem (hLV, 0)

Related Links

List View Controls
WinXAddListView
WinXListView_AddItem