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

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

See also:

IUiQuery