Open main menu

RAD Studio API Documentation β

System.Contnrs.TCustomBucketList.Destroy

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomBucketList(void);

Properties

Type Visibility Source Unit Parent
destructor public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs TCustomBucketList

Description

Destroys an instance of 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.

See Also