Icon ParamCheck Property

property ParamCheck: Boolean

Usage

Use the ParamCheck property to specify whether or not the Params property is cleared and regenerated if an application modifies the SQL property at runtime. By default the ParamCheck property is True, meaning that the Params property is automatically regenerated at runtime. When ParamCheck is True, the proper number of parameters is guaranteed to be generated for the current SQL statement.

Information The TDBISAMQuery component always behaves like the ParamCheck property is set to True at design-time. The ParamCheck property setting is only respected at runtime.
Image