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

TBucketItem

Record used in bucket list.

Declaration

Source position: contnrs.pp line 516

type TBucketItem = record

  Item: Pointer;

  

Item to associate data with.

  Data: Pointer;

  

Data associated with item.

end;

Description

TBucketItem is a record used for internal use in TCustomBucketList. It should not be necessary to use it directly.

See also

TCustomBucketList

  

Custom bucket list class.


Documentation generated on: Jul 24 2023