Discuss this help topic in SecureBlackbox Forum

TElXMLTransformChain.Insert

TElXMLTransformChain     See also     


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


Adds a transform to the transforms list at the specified position.

Declaration

[C#]
    void Insert(int Index, TElXMLTransform Transform);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal Transform As TElXMLTransform)

[Pascal]
    procedure Insert(Index : integer; Transform : TElXMLTransform);

[C++]
    void Insert(int32_t Index, TElXMLTransform &Transform);
    void Insert(int32_t Index, TElXMLTransform *Transform);

[PHP]
    void Insert(integer $Index, TElXMLTransform $Transform)

[Java]
    void insert(int Index, TElXMLTransform Transform);

Parameters

  • Index - The position to insert the item to
  • Transform - The instance of TElXMLTransform class

Description

    Use this method to add a transform to the transform chain.

See also:     Add     IndexOf     Delete    

Discuss this help topic in SecureBlackbox Forum