| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Add an object to the list
Source position: contnrs.pp line 594
public function TObjectBucketList.Add(  | 
AItem: TObject;  | 
AData: TObject  | 
):TObject;  | 
AItem  | 
  | 
Item to add to the list  | 
AData  | 
  | 
Data associated with AItem  | 
The result is always AData
Add adds AItem to the list and associated AData with it.
  | 
Associative array of data items  | 
|
  | 
Remove an object from the list  |