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

# IBoolean

> IBoolean は、FlexiCapture のインターフェイス スクリプトで入出力のブール値を受け渡すために使用します。たとえば、直接代入するのではなく、`A.Value = true` のように Value プロパティを通じて代入します。

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

入出力のブール値をスクリプトに渡します。

<div id="properties">
  ## プロパティ
</div>

| **名前** | **型** | **アクセス**  | **説明** |
| ------ | ----- | --------- | ------ |
| Value  | bool  | 読み取り/書き込み | 値      |

<Note>
  IBoolean 型のオブジェクトに値を代入するには、**Value** プロパティを使用する必要があります。たとえば、IBoolean 型のオブジェクト **A** に true を代入する場合は、**A = true** ではなく **A.Value = true** と記述する必要があります。
</Note>
