TMedQuery.ParamCheck TMedQuery

property ParamCheck: Boolean ;

Description

Description

Set ParamCheck to true (default) if you wish to automatically regenerate the parameter list contained in Params property on each SQL property change. When you modify SQL contained in SQL property, the appropriate number of parameters is added to Params property.

When set to false, programmer is responsible for manually creating appropriate number of parameter structures in Params list.