Discuss this help topic in SecureBlackbox Forum

TElXMLProperties.Add

TElXMLProperties     See also     


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


Adds a property to the property list.

Declaration

[C#]
    int Add(TElXMLProperty AProperty);

[VB.NET]
    Function Add(ByVal AProperty As TElXMLProperty) As Integer

[Pascal]
    function Add(AProperty : TElXMLProperty) : integer;

[C++]
    int32_t Add(TElXMLProperty &AProperty);
    int32_t Add(TElXMLProperty *AProperty);

[PHP]
    integer Add(TElXMLProperty $AProperty)

[Java]
    int add(TElXMLProperty AProperty);

Parameters

  • AProperty - The instance of TElXMLProperty class

Return value

    Index of the added item.

Description

    Use this method to add a property to the property list.

See also:     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum