Discuss this help topic in SecureBlackbox Forum

TElXMLObjectList.Objects

TElXMLObjectList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    TElXMLObject Objects[int Index];

[VB.NET]
    Property Objects(ByVal Index As Integer) As TElXMLObject

[Pascal]
    property Objects[Index : integer] : TElXMLObject;

[C++]
    TElXMLObject* get_Objects(int32_t Index);

[PHP]
    TElXMLObject get_Objects(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of desired Object element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the certain element from the list.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum