Soap.SOAPAttachIntf.TSoapDataList.Insert

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

Delphi

procedure Insert(Index: Integer; aClass: TClass); reintroduce;

C++

HIDESBASE void __fastcall Insert(int Index, System::TClass aClass);

プロパティ

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

説明

例外を生成します。

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

関連項目