Discuss this help topic in SecureBlackbox Forum

TElXMLCounterSignatureList.Add

TElXMLCounterSignatureList     See also     


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


Adds a new element to the list.

Declaration

[VB.NET]
    Function Add(ByVal ACounterSignature As TElXMLCounterSignature) As Integer

[Pascal]
    function Add(ACounterSignature : TElXMLCounterSignature) : integer;

[C++]
    int32_t Add(TElXMLCounterSignature &ACounterSignature);
    int32_t Add(TElXMLCounterSignature *ACounterSignature);

[PHP]
    integer Add(TElXMLCounterSignature $ACounterSignature)

[Java]
    int add(TElXMLCounterSignature ACounterSignature);

Parameters

  • ACounterSignature - CounterSignature element that should to be added to the list.

Return value

    Number of the added item in the list.

Description

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

See also:     CounterSignature     Delete    

Discuss this help topic in SecureBlackbox Forum