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.
MSSQL.Execute;
Edit1.Text := MSSQL.ParamsByName('Contact').AsString;