Soap.SOAPAttachIntf.TSoapDataList.Assign
Delphi
procedure Assign(ListA: TList<TSoapAttachment>; AOperator: TListAssignOp = laCopy; ListB: TList<TSoapAttachment> = Nil); reintroduce;
C++
void __fastcall Assign(System::Generics::Collections::TList__1<Soap::Invokeregistry::TSOAPAttachment*>* ListA, System::Classes::TListAssignOp AOperator = (System::Classes::TListAssignOp)(0x0), System::Generics::Collections::TList__1<Soap::Invokeregistry::TSOAPAttachment*>* ListB = (System::Generics::Collections::TList__1<Soap::Invokeregistry::TSOAPAttachment*>*)(0x0));
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.SOAPAttachIntf.pas Soap.SOAPAttachIntf.hpp |
Soap.SOAPAttachIntf | TSoapDataList |
Description
Raises an exception.
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.