Soap.SOAPAttachIntf.TSoapDataList.Assign

提供: RAD Studio API Documentation
移動先: 案内検索

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));

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Soap.SOAPAttachIntf.pas
Soap.SOAPAttachIntf.hpp
Soap.SOAPAttachIntf TSoapDataList

説明

例外を生成します。

Assign メソッドをアプリケーションから呼び出さないでください。このメソッドを呼び出すと,TSoapDataList は継承メソッドを置き換え,例外を生成します。アプリケーションでは TSoapDataList オブジェクトの項目を変更してはならないからです。

関連項目