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

TCustomBucketList.Assign

Assign one bucket list to another.

Declaration

Source position: contnrs.pp line 557

public procedure TCustomBucketList.Assign(

  AList: TCustomBucketList

);

Arguments

AList

  

Source list to copy items from.

Description

Assign is implemented by TCustomBucketList to copy the contents of another bucket list to the bucket list. It clears the contents prior to the copy operation.

See also

TCustomBucketList.Add

  

Add an item to the list.

TCustomBucketList.Clear

  

Clear the list.


Documentation generated on: Jul 24 2023