RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomBucketList.Destroy Destructor

Destroys an instance of TCustomBucketList.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TCustomBucketList();

Do not call Destroy directly. Instead, call Free, which checks that the component list is not nil before calling Destroy. 

Before destroying the TCustomBucketList, Destroy calls Clear, which deletes all of the items from all of the buckets in the list. 

 

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