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 |
$$TRUE on success or $$FALSE on fail
none
' Delete the first item |