[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'SQLDB' (#fcl)

TSQLStatement.Params

List of parameters.

Declaration

Source position: sqldb.pp line 436

published property TSQLStatement.Params : TParams;

Description

Params contains an item for each of the parameters in the SQL statement (in the form :ParamName). The collection is filled automatically if the ParamCheck property is True.

See also

SQL

  

The SQL statement to execute

ParamCheck

  

Should SQL be checked for parameters

ParseSQL

  

Parse the SQL statement


Documentation generated on: May 14 2021