| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Record used in bucket list.
Source position: contnrs.pp line 515
type TBucketItem = record  | 
||
Item: Pointer;  | 
  | 
Item to associate data with  | 
Data: Pointer;  | 
  | 
Data associated with item  | 
end;  | 
TBucketItem is a record used for internal use in TCustomBucketList. It should not be necessary to use it directly.
  | 
Custom bucket list class  |