TcxMCListBox.Clear Method
Removes all items from the multi column list box control.
Declaration
procedure Clear;
Remarks
Call the Clear method to remove all items from the list box. Note that calling this method is equivalent to calling the Clear method of the TStrings object representing the Items property.
Please refer to the Items property and TStrings object descriptions for more information on managing the collection of items displayed within the list box.
See Also