Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
What it does
Represents an array of unique string values. For more information, see Working with collections.Methods
| Definition | Description |
|---|---|
Has (name: string) : bool | Checks whether the given value exists in the collection. |
Add (name: string) | Adds a new value. |
Delete (name: string) | Deletes the given value. |
DeleteAll ( ) | Deletes all values. |
