RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectBucketList Class

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

Pascal
TObjectBucketList = class(TBucketList);
C++
class TObjectBucketList : public TBucketList;

Contnrs

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. 

 

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