IUiQuery.ParamCheck

Syntax

ParamCheck: Boolean;

Description

The ParamCheck property determines whether the query parameters list is generated anew (the Params property), if the SQL and Database properties were changed during the program execution.

Comments

The property is set to True by default, and the Params property must be filled in automatically during the execution.

See also:

IUiQuery