RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxStrings.Clear Method

Deletes all the strings from the list.

Pascal
procedure Clear; override;
C++
virtual __fastcall Clear();

Call clear to empty the drop-down list of the combo box. All references to associated objects are also removed. However, the objects themselves are not freed. 

 

Delete 

Objects 

Strings

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!