RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Contnrs.TBucketListSizes Enumeration

TBucketListSizes indicates the number of distinct buckets in a TBucketList object.

Pascal
TBucketListSizes = (
  bl2,
  bl4,
  bl8,
  bl16,
  bl32,
  bl64,
  bl128,
  bl256
);
C++
enum TBucketListSizes {
  bl2,
  bl4,
  bl8,
  bl16,
  bl32,
  bl64,
  bl128,
  bl256
};

Contnrs

The following table lists the possible values:

Value 
Number of buckets 
bl2  
2  
bl4  
4  
bl8  
8  
bl16  
16  
bl32  
32  
bl64  
64  
bl128  
128  
bl256  
256  

 

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