Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.Insert

TElXMLReferenceList     See also     


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


Adds a reference to the reference list at the specified position.

Declaration

[C#]
    void Insert(int Index, TElXMLReference AReference);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal AReference As TElXMLReference)

[Pascal]
    procedure Insert(Index : integer; Reference : TElXMLReference);

[C++]
    void Insert(int32_t Index, TElXMLReference &AReference);
    void Insert(int32_t Index, TElXMLReference *AReference);

[PHP]
    void Insert(integer $Index, TElXMLReference $AReference)

[Java]
    void insert(int Index, TElXMLReference AReference);

Parameters

  • Index - The position to insert the item to
  • Reference - The instance of TElXMLReference class
  • AReference - ...

Description

    Use this method to add a reference to the reference list.

See also:     Add     Clear     IndexOf     Delete    

Discuss this help topic in SecureBlackbox Forum