2020.1

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 page233
Adds a new element to the collection or
overwrites its value.
Clear() Clears all elements from the collection.
"CountByName(const String Name)"
on page235
Integer Returns the number of elements with
the specified name.
"Delete(Integer Index)" on page235 Deletes the element at the specified
index.
"Item(Integer Index)" on page236 String Returns the value of the element stored
at the specified index.
"ItemByName(const String Name)" on
page236
String Returns the value of the element of the
specified name.
"Name(Integer Index)" on page237 String Returns the name of the element stored
at the specified index.
Page 231