RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataList.Assign Method

Raises an exception.

Pascal
procedure Assign(ListA: TList; AOperator: TListAssignOp = laCopy; ListB: TList = Nil); reintroduce;
C++
__fastcall Assign(TList ListA, TListAssignOp AOperator = laCopy, TList ListB = Nil);

Do not call the Assign method. TSoapDataList replaces the inherited method to raise an exception if you call this method because applications should not change the items in a TSoapDataList object. 

 

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