Skip to main content

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

DefinitionDescription
Has (name: string) : boolChecks 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.