2022.2

Table Of Contents
Parameters
Name
Name of the element to count.
Returns
Number of occurrences of elements with the specified name.
Note that when counting an attribute by name, the only possible values are 1 and 0 because attributes
can only occur once.
Delete(Integer Index)
Delete a specified element from the collection.
Parameters
Index
0-based index of the element to delete. The first element in the collection is at index 0 and the last is
at Count-1.
Exceptions
l
EOleException Index is lower than 0 or higher than Count-1.
Item(Integer Index)
Returns the value of the element at the specified index in the collection.
Parameters
Index
0-based index of the element to delete. The first element in the collection is at index 0 and the last is
at Count-1.
Returns
The value of the specified element as a string.
Exceptions
l
EOleException Index is lower than 0 or higher than Count-1.
ItemByName(const String Name)
Returns the value of the element of the specified name.
Parameters
Name
Name of the element to retrieve.
Page 188