Soap.SOAPAttachIntf.TSoapDataList.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(aClass: TClass): Integer; reintroduce;

C++

HIDESBASE int __fastcall Remove(System::TClass aClass);

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPAttachIntf.pas
Soap.SOAPAttachIntf.hpp
Soap.SOAPAttachIntf TSoapDataList

Description

Raises an exception.

Do not call the Remove 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