[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Contnrs' (#fcl)

TCustomBucketList.Assign

Assign one bucket list to another

Declaration

Source position: contnrs.pp line 556

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: May 14 2021