ParamCheck: Boolean;
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.
By default the property is set to True, and the Params property must be filled in automatically during the execution.
See also: