2019.2

Table Of Contents
Methods
Name Return
type
Description
"Add(const String Name, const
String Value)" on the facing
page
Adds a new element to the collection or
overwrites its value.
"Add2(const String Name, const
String Value, TAddFlags Flags,
Integer Index (optional))" on the
facing page
Adds a new element with a customizable
behavior if the name already exists.
Note that the TAddFlags type is not defined in
an Active Script environment, such as the
Run Script task. See the detailed reference
for the numerical values to use.
Clear() Deletes all the elements of the collection.
"CountByName(const String
Name)" on page244
Integer Returns the number of elements with the
specified name.
"Delete(Integer Index)" on
page245
Deletes the element at the specified index.
"Item(Integer Index)" on
page245
String Returns the value of the element stored at the
specified index.
"ItemByName(const String
Name)" on page246
String Returns the value of the element of the
specified name.
"ItemByNameIndex(const
String Name, Integer Index)" on
page246
String Returns the value of the n'th element of the
specified name.
"Name(Integer Index)" on
page247
String Returns the name of the element stored at the
specified index.
Page 242