Discuss this help topic in SecureBlackbox Forum

TElXMLObjectList.Add

TElXMLObjectList     See also     


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


Adds a new element to the list.

Declaration

[C#]
    int Add(TElXMLObject AObject);

[VB.NET]
    Function Add(ByVal AObject As TElXMLObject) As Integer

[Pascal]
    function Add(AObject : TElXMLObject) : integer;

[C++]
    int32_t Add(TElXMLObject &AObject);
    int32_t Add(TElXMLObject *AObject);

[PHP]
    integer Add(TElXMLObject $AObject)

[Java]
    int add(TElXMLObject AObject);

Parameters

  • AObject - Object 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:     Objects     Delete    

Discuss this help topic in SecureBlackbox Forum