Soap.SOAPAttachIntf.TSoapDataList.Insert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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 Insert 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.

See Also