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.
- Returns TRUE if successful, or FALSE otherwise.
- iItem
- Index of the list view item to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.