[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'contnrs' (#fcl)

TBucket

Bucket record

Declaration

Source position: contnrs.pp line 492

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.