RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListBox.ResetContent Method

Removes all of the items from a list box.

Pascal
procedure ResetContent; dynamic;
C++
__fastcall ResetContent();

ResetContent is used to remove the items from the list box. ResetContent is used, for example, by the Clear method. 

 

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