Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TBucket

Bucket record.

Declaration

Source position: contnrs.pp line 521

type TBucket = record

  Count: Integer;

  

Number of items in the bucket.

  Items: TBucketItemArray;

  

Items in this bucket.

end;

Description

TBucket describes 1 bucket in the TCustomBucketList class. It is a container for TBucketItem records. It should never be used directly.

See also

TBucketItem

  

Record used in bucket list.

TCustomBucketList

  

Custom bucket list class.


Documentation generated on: Jul 24 2023