System.Contnrs.TCustomBucketList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomBucketList();

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