English (English)

Function-call operators

Function and method parameters are set in one of the following ways:

  • Using the "()" operator (parentheses)
  • Using the ":" operator (colon)

Parameters are separated by "," (comma).

If the list of arguments of a function or method is empty, you can omit the "()" operator. The ":" operator is not used in this case.

Operator Example
() Mode( Horizontal );
MaxErrors( 2, 0.25 );
: Mode: Horizontal;
MaxErrors: 2, 0.25;
DontFind();
DontFind;

25.05.2023 7:55:03

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.