Discuss this help topic in SecureBlackbox Forum

TElXMLTransformChain.Delete

TElXMLTransformChain     See also     


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


Removes a transform from the chain.

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 position of the item to delete

Description

    Use this method to remove the transform from the transform chain.

See also:     Add     IndexOf     Insert    

Discuss this help topic in SecureBlackbox Forum