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