Bucket record.
Source position: contnrs.pp line 531
| type TBucket = record | ||
| Count: Integer; | 
 | Number of items in the bucket. | 
| Items: TBucketItemArray; | 
 | Items in this bucket. | 
| end; | 
TBucket describes 1 bucket in the TCustomBucketList class. It is a container for TBucketItem records. It should never be used directly.
| 
 | Record used in bucket list. | |
| 
 | Custom bucket list class. |