Class of TParam.
Source position: db.pas line 1491
type TParamClass = class of TParam;
TParamClass is needed to be able to specify the type of parameters when instantiating a TParams collection.