System.Contnrs.TObjectBucketList

From RAD Studio API Documentation
Jump to: navigation, search

System.Contnrs.TBucketListSystem.Contnrs.TCustomBucketListSystem.TObjectTObjectBucketList

Delphi

TObjectBucketList = class(TBucketList)

C++

class PASCALIMPLEMENTATION TObjectBucketList : public TBucketList

Properties

Type Visibility Source Unit Parent
class public
System.Contnrs.pas
System.Contnrs.hpp
System.Contnrs System.Contnrs

Description

TObjectBucketList is a simple hash table that stores objects that are identified by other objects.

Use TObjectBucketList as a simple hash table to store objects that are indexed by other objects. TObjectBucketList includes methods to add, remove, and locate items in the list, as well as a method that executes a callback for every item in the list.

See Also