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.
機能
メソッド
| 定義 | 説明 |
|---|---|
Has (name: string): bool | 指定した名前のプロパティが配列に存在するかどうかを確認します。 |
Set (name: string, value: string) | プロパティの名前と値を設定します。 |
Delete (name: string) | 指定した名前のプロパティを削除します。 |
DeleteAll ( ) | すべてのプロパティを削除します。 |
プロパティ
| 名前 | 型 | アクセス | 説明 |
|---|---|---|---|
Names | VARIANT | 読み取り専用 | ユーザーが指定したプロパティ名の配列。 |
IsEmpty | bool | 読み取り専用 | プロパティの配列が空かどうか。 |
Value (name: string) | bool | 読み取り/書き込み | 指定した名前のプロパティの値。簡略記法を参照してください。 |
短縮構文
params.Value("Name") = "newValue" と記述する代わりに、括弧を直接使えます。
