Used to specify whether parameters for the Params property are generated automatically after the SQL property was changed.
property ParamCheck: boolean default True;
Use the ParamCheck property to specify whether parameters for the Params property are generated automatically after the SQL property was changed.
Set ParamCheck to True to let dataset automatically generate the Params property for the dataset based on a SQL statement.
Setting ParamCheck to False can be used if the dataset component passes to a server the DDL statements that contain, for example, declarations of stored procedures which themselves will accept parameterized values. The default value is True.