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

TObjectBucketList.Add

Add an object to the list.

Declaration

Source position: contnrs.pp line 595

public function TObjectBucketList.Add(

  AItem: TObject;

  AData: TObject

):TObject;

Arguments

AItem

  

Item to add to the list.

AData

  

Data associated with AItem.

Function result

The result is always AData.

Description

Add adds AItem to the list and associated AData with it.

See also

TObjectBucketList.Data

  

Associative array of data items.

TObjectBucketList.Remove

  

Remove an object from the list.


Documentation generated on: Jul 24 2023