Add an object to the list.
Source position: contnrs.pp line 602
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. |