Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPParametersManager.RemoveAt

TElXMLSOAPParametersManager     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Removes parameter at the given position in the list.

Declaration

[C#]
    void RemoveAt(int Index);

[VB.NET]
    Sub RemoveAt(ByVal Index As Integer)

[Pascal]
    procedure RemoveAt(const Index : Integer);

[C++]
    void RemoveAt(int32_t Index);

[PHP]
    void RemoveAt(integer $Index)

[Java]
    void removeAt(int Index);

Parameters

  • Index - the index of the item to be removed.

Description

Use this method to remove the specified parameter.

See also:     ParamNames     ParamClasses     Add    

Discuss this help topic in SecureBlackbox Forum