Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.Clear Method

Clears the listview removing all items and optionally also the header

Syntax
Public Sub Clear (Optional ByVal bClearHeader As Boolean = True)
Parameters
Parameter Description
Optional ByVal bClearHeader As Boolean = True True for clearing the Header, False otherwise
Remarks