2019.2

Table Of Contents
Returns:
Total number (integer) of MetaDocument nodes found under the current node.
FieldByIndex(Integer Index)
Returns the value of the Metadata Field at the specified index. (See: "Fields" on page241.)
Parameters:
Index
0-based index of the field value to retrieve. The index of the first element is 0 and the index of
the last is Count-1.
Returns:
The value of the field as a string.
Exception:
l EOleException: Index is lower than 0 or higher than Count-1.
FieldByName(const String Name)
Returns the value of the Metadata Field of the specified name. (See: "Fields" on page241.) If
more than one field has the same name, this method returns the value of the first one it finds,
starting at the first field in the list.
Parameters:
Name
Name of the field to retrieve.
Returns:
The value of the field as a string. If an field named Name is not found, an empty string is
returned.
Page 224