Add an item to the list.
Source position: contnrs.pp line 563
public function TCustomBucketList.Add( |
AItem: Pointer; |
AData: Pointer |
):Pointer; |
AItem |
|
Item to add to the list. Must uniquely identify AData. |
AData |
|
Data to be associated with AItem. |
The result is always AData.
Add adds AItem with it's associated AData to the list and returns AData.
If AItem is already in the list, an ElistError exception will be raised.
|
Check if an item exists in the list. |
|
|
Clear the list. |