Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes all items from the list view control.
BOOL DeleteAllItems( );
Return Value
Nonzero if successful; otherwise zero.
Example
// Delete all of the items from the list view control.
m_myListCtrl.DeleteAllItems();
ASSERT(m_myListCtrl.GetItemCount() == 0);
Requirements
Header: afxcmn.h