RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomBucketList.Clear Method

Empties the bucket list of all its items.

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

Call Clear to empty the bucket list. Clear deletes all of the items from all of the buckets in the bucket list.

Note: Clearing the bucket list does not free any of the items in the list, it merely removes them from the bucket list.
 

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