2019.2

Table Of Contents
Methods
Name Returns Description
"Add(const String Key, Integer
Value)" below
Integer Adds a new item in the sort list.
Clear() Empties the sort list, removing all the
strings.
"Count()" on the facing page Integer
Returns the number of elements in the
list.
"Delete(Integer Index)" on the facing
page
Removes an item from the sort list.
"Find(const String Key)" on the
facing page
Integer Finds an item in the list and returns its
index.
"Key(Integer Index)" on the facing
page
String Returns the key at the specified index.
"Sort()" on page250 Sorts the list.
"SortByValue()" on page250 Sorts the list based on the value instead
of the key.
"Value(Integer Index )" on page250 Integer Returns the value at the specified index.
Add(const String Key, Integer Value)
Adds a new string key in the list, with an optional associated integer Value.
Key
String on which the sort will be performed.
Value (optional)
Page 248