Finds a parameter with the specified name.
Unit
Syntax
Remarks
Use the ParamByName method to find a parameter with the specified name. If no parameter with the specified name found, an exception is raised.
Example
PgSQL.Execute;
Edit1.Text := PgSQL.ParamsByName('Contact').AsString;
See Also