Finds a parameter with the specified name.
function ParamByName(const Value: string): TDAParam;
Use the ParamByName method to find a parameter with the specified name. If no parameter with the specified name found, an exception is raised.
OraSQL.Execute;
Edit1.Text := OraSQL.ParamsByName('Contact').AsString;