Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCompoundParameter.Delete

TElXMLSOAPCompoundParameter     See also     


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


Deletes the specified item of the list.

Declaration

[C#]
    void Delete(int Index);

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

[Pascal]
    procedure Delete(Index : Integer);

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

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • Index - the index of the parameter to be deleted.

Description

Use this method to delete the specified item of the list.

See also:     Items     Add    

Discuss this help topic in SecureBlackbox Forum