Discuss this help topic in SecureBlackbox Forum

TElXMLReferenceList.Delete

TElXMLReferenceList     See also     


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


Removes a reference from the list.

Declaration

[C#]
    void Delete(int Index);

[VB.NET]
    Sub Delete(ByVal Index As Integer)

[Pascal]
    procedure Delete(Index : integer);

[C++]
    void Delete(int32_t Index);

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • Index - The index of the item to delete

Description

    Use this method to remove the reference from the list.

See also:     Add     Clear     IndexOf     Insert    

Discuss this help topic in SecureBlackbox Forum