RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.ResetContent Method

Removes all of the items from a list box.

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

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

 

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