2019.2

Table Of Contents
Warning
Attributes are intended for system-defined data. Please restrict user-defined data to Fields, and do
not modify the Attributes.
Properties
Name Type Description
Count Integer Returns the number of elements in the collection.
Methods
Name Return
type
Description
"Add(const String Name, const String
Value)" on page243
Adds a new element to the collection or
overwrites its value.
Clear() Clears all elements from the collection.
"CountByName(const String Name)"
on page244
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 page245 String Returns the value of the element stored
at the specified index.
"ItemByName(const String Name)" on
page246
String Returns the value of the element of the
specified name.
"Name(Integer Index)" on page247 String Returns the name of the element stored
at the specified index.
Page 233