Discuss this help topic in SecureBlackbox Forum

TElXMLCustomTimeStampList.Add

TElXMLCustomTimeStampList     See also     


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


Adds a new element to the list.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function Add(ATimeStamp : TElXMLCustomTimestamp) : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ATimeStamp - TimeStamp 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 of time-stamps.

See also:     TimeStamp     Delete    

Discuss this help topic in SecureBlackbox Forum