System.Contnrs.TCustomBucketList.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Empties the bucket list of all its items.

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.

See Also