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

# バッチ作成時

> ABBYY FlexiCapture のバッチ作成イベントハンドラーは、バッチが Project に追加されると実行され、スクリプトは IBatch を介して新しいバッチに読み取り専用でアクセスできます。

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

このイベントのハンドラーは、バッチに対して何らかの処理を行う際に使用します。たとえば、データをバッチの登録パラメーターに保存する場合です。

<div id="when-it-is-launched">
  ## 起動のタイミング
</div>

スクリプトは、バッチがProjectに追加されたときに起動されます。

<div id="parameters">
  ## パラメーター
</div>

| **名前** | **型**                                               | **アクセス**                                                                                        | **説明**      |
| ------ | --------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------- |
| Batch  | [IBatch](/ja/flexi-capture/appendix/scripts/ibatch) | 読み取り専用。文書およびページの内部[\*](/ja/flexi-capture/appendix/scripts/batch-creation#asterisk)fieldを利用できます。 | 新しく追加されたバッチ |

<a id="asterisk" />\* - 内部fieldを使用するには、オブジェクトをメモリにロードする必要があります。
