Udostępnij za pośrednictwem


CListCtrl::DeleteAllItems

Usuwa wszystkie elementy z formantu widoku listy.

BOOL DeleteAllItems( );

Wartość zwracana

Niezerowa, jeśli kończy się pomyślnie; zero w inny sposób.

Przykład

    // Delete all of the items from the list view control.
    m_myListCtrl.DeleteAllItems();
    ASSERT(m_myListCtrl.GetItemCount() == 0);

Wymagania

Nagłówek: afxcmn.h

Zobacz też

Informacje

Klasa CListCtrl

Wykres hierarchii

CListCtrl::InsertItem

CListCtrl::DeleteItem