Discuss this help topic in SecureBlackbox Forum

TElXMLQualifyingPropertiesReferenceList.Insert

TElXMLQualifyingPropertiesReferenceList     See also     


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


Inserts a QualifyingPropertiesReference element into the list at the specified position.

Declaration

[VB.NET]
    Sub Insert(ByVal Index As Integer, ByVal AQualifyingPropertiesRef As TElXMLQualifyingPropertiesReference)

[Pascal]
    function Insert(Index : integer; AQualifyingPropertiesReference : TElXMLQualifyingPropertiesReference) : integer;

Parameters

  • Index - Position at which a new item should be inserted.
  • AQualifyingPropertiesReference - an element that should to be added to the list.
  • AQualifyingPropertiesRef - ...

Return value

    Number of the added item in the list.

Description

    Call this method to insert a QualifyingPropertiesReference element into the list at the specified position.

See also:     QualifyingPropertiesReference     Add    

Discuss this help topic in SecureBlackbox Forum