関数およびメソッドの Parameter は、次のいずれかの方法で設定します。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.
()演算子 (丸括弧) を使用:演算子 (コロン) を使用
, (カンマ) で区切ります。
関数またはメソッドの引数リストが空の場合、() 演算子は省略できます。この場合、: 演算子は使用しません。
例
| 演算子 | 例 |
|---|---|
() | Mode( Horizontal ); MaxErrors( 2, 0.25 ); |
: | Mode: Horizontal; MaxErrors: 2, 0.25; |
DontFind(); DontFind; |
