Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.IndexOf

TElXMLReferenceList     See also     


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


Returns the index of the reference in the list.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Reference - The instance of TElXMLReference class

Return value

    Index of the item in the list or -1 if the item is not found.

Description

    Use this method to get the index of the reference in the reference list.

See also:     Add     Clear     Delete    

Discuss this help topic in SecureBlackbox Forum