2019.1

Table Of Contents
Instance of the field to modify. This must be a numeric value equal to 0 or greater and can
only be used with the afReplace flag.
Exceptions
l EOleException The name is empty or invalid.
l EOleException The flags value is invalid.
l EOleException The name already exists and the afFail flag was specified.
l EOleException The index is invalid.
l EOleException An index is specified but afReplace is not specified.
CountByName(const String Name)
Returns the number of attributes or fields (integer) with the specified name.
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.
Page 233