Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfoList.Add

TElXMLHashDataInfoList     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLHashDataInfo AHashDataInfo);

[VB.NET]
    Function Add(ByVal AHashDataInfo As TElXMLHashDataInfo) As Integer

[Pascal]
    function Add(AHashDataInfo : TElXMLHashDataInfo) : integer;

[C++]
    int32_t Add(TElXMLHashDataInfo &AHashDataInfo);
    int32_t Add(TElXMLHashDataInfo *AHashDataInfo);

[PHP]
    integer Add(TElXMLHashDataInfo $AHashDataInfo)

[Java]
    int add(TElXMLHashDataInfo AHashDataInfo);

Parameters

  • AHashDataInfo - HashDataInfo element that should be added to the list.

Return value

    Number of the added item in the list.

Description

    Call this method to add a new HashDataInfo element to the list.

See also:     HashDataInfo     Delete    

Discuss this help topic in SecureBlackbox Forum