| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Find a parameter by name
Source position: sqldb.pp line 411
| public function TCustomSQLStatement.ParamByName( | 
| const AParamName: string | 
| ):TParam; | 
| AParamName | 
 | Parameter to search for. | 
The parameter with name AParamName
ParamByName finds the parameter AParamName in the Params property.
If no parameter with the given name is found, an exception is raised.
| 
 | List of parameters. | |