RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomBucketList.Assign Method

Replaces all the items in this list with the items from another bucket list.

Pascal
procedure Assign(AList: TCustomBucketList);
C++
__fastcall Assign(TCustomBucketList AList);

Assign empties the bucket list of any items it currently holds and then adds in all the items in the bucket list specified by the AList parameter.

Note: Assign merely copies the items from another bucket list, not the organization of the bucket list. Thus, the items may end up in entirely different buckets.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!