> ## 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.

# IScriptValues

> Scanning Station のスクリプト モデルにおける IScriptValues オブジェクトは、Has、Add、Delete、DeleteAll メソッドを備えた、一意の文字列値の配列を表します。

<div id="what-it-does">
  ## 機能
</div>

一意の文字列値の配列を表します。

詳しくは、[コレクションの操作](/ja/flexi-capture/scanning-station/scripts-main#collections)を参照してください。

<div id="methods">
  ## メソッド
</div>

| **定義**                    | **説明**               |
| ------------------------- | -------------------- |
| Has (name: string) : bool | 指定した値が存在するかどうかを確認します |
| Add (name: string)        | 新しい値を追加します           |
| Delete (name: string)     | 指定した名前の値を削除します       |
| DeleteAll ( )             | すべての値を削除します          |
