RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBucketList Class

TBucketList is a simple hash table that stores pointers indexed by pointers.

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

Contnrs

Use TBucketList as a simple hash table to store data pointers using identifiers represented as pointers. TBucketList 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!