Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.Add

TElXMLReferenceList     See also     


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


Adds a reference to the reference list.

Declaration

[C#]
    int Add();
    int Add(TElXMLReference AReference);

[VB.NET]
    Function Add() As Integer
    Function Add(ByVal AReference As TElXMLReference) As Integer

[Pascal]
    function Add(Reference : TElXMLReference) : integer;

[C++]
    int32_t Add();
    int32_t Add(TElXMLReference &AReference);
    int32_t Add(TElXMLReference *AReference);

[PHP]
    integer Add()
    integer Add(TElXMLReference $AReference)

[Java]
    int add(TElXMLReference AReference);
    int add();

Parameters

  • Reference - The instance of TElXMLReference class
  • AReference - ...

Return value

    Index of the added item.

Description

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

See also:     Clear     Delete     IndexOf     Insert    

Discuss this help topic in SecureBlackbox Forum