PgDAC

TCustomDASQL.ParamByName

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

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback