Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfoList.Insert

TElXMLHashDataInfoList     See also     


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


Inserts the HashDataInfo element into the list at the specified position.

Declaration

[C#]
    void Insert(int Index, TElXMLHashDataInfo AHashDataInfo);

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal AHashDataInfo As TElXMLHashDataInfo)

[Pascal]
    function Insert(Index : integer; AHashDataInfo : TElXMLHashDataInfo) : integer;

[C++]
    void Insert(int32_t Index, TElXMLHashDataInfo &AHashDataInfo);
    void Insert(int32_t Index, TElXMLHashDataInfo *AHashDataInfo);

[PHP]
    void Insert(integer $Index, TElXMLHashDataInfo $AHashDataInfo)

[Java]
    void insert(int Index, TElXMLHashDataInfo AHashDataInfo);

Parameters

  • Index - Position at which a new item should be inserted.
  • AHashDataInfo - HashDataInfo element that should to be inserted.

Return value

    Number of the added item in the list.

Description

    Call this method to insert the HashDataInfo element into the list at the specified position.

See also:     HashDataInfo     Add    

Discuss this help topic in SecureBlackbox Forum