ADOStoredProc2.Parameters.ParamValues['@id_1']:=StrToInt(Edit1.Text);
ADOStoredProc2.Parameters.ParamValues['@Grado_2']:=Edit1.Text;
ADOStoredProc2.Parameters.ParamValues['@Grupo_3']:=Edit3.Text;
ADOStoredProc2.ExecProc;
Es este funciono!!!, excelente...
Gracias y saludos.....