Used to indicate the type of use for a parameter.
property ParamType default DB . ptUnknown;
Objects that use TDAParam objects to represent field parameters set ParamType to indicate the type of use for a parameter.
To learn the description of TParamType refer to Delphi Help.
Note: The value of ParamType is important for LONG, LONG RAW, BLOB and CLOB parameters. To write data to database, set ptInput to ParamType, to read data from database, set ptOutput to ParamType.