2019.2

Table Of Contents
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.
Returns
The value of the element as a string. If no element is found, an empty string is returned.
Fields only: If more than one field has the specified name, the value of the first one in the list is
returned.
ItemByNameIndex(const String Name, Integer Index)
Fields only
Returns the value of the n'th field of the specified name. This method can be used to retrieve
the value of a specific field when more than one field has the same name.
Parameters
Name
Name of the field to retrieve.
Index
Ordinal of the field to retrieve. To retrieve the value of the first field named Name, use 0. For
the second field, use 1, and so on.
Returns
The value of the specified field as a string. If an field named Name is not found, or Index is
higher or equal to the number of fields named Name (in other words, you specify 4 to get the
Page 246