| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
List of parameters.
Source position: sqldb.pp line 436
| published property TSQLStatement.Params : TParams; | 
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.
| 
 | The SQL statement to execute | |
| 
 | Should SQL be checked for parameters | |
| 
 | Parse the SQL statement |