EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElXMLAnyTypeList.Add

TElXMLAnyTypeList     See also    


 

Adds a new element to the list.

 
 

Declaration

[C#]
    int Add(TElXMLAnyType AItem);

[VB.NET]
    Function Add(ByVal AItem As TElXMLAnyType) As Integer

[Pascal]
    function Add(AItem : TElXMLAnyType) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AItem - AnyType element that should to be added to the list.
 
 

Return value

    Number of the added item in the list.

 
 

Description

    Call this method to add a new element to the list.

 
 

See also:     Item     Delete    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation