LVM_DELETEITEMLVM_DELETEITEM*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_DELETECOLUMN
*Next Topic: LVM_EDITLABEL

LVM_DELETEITEM


LVM_DELETEITEM 
    wParam = (WPARAM) (int) iItem; 
    lParam = 0; 

Removes an item from a list view control. You can send this message explicitly or by using the ListView_DeleteItem macro.

iItem
Index of the list view item to delete.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.