RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxExStrings.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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!