try



  except
    on E: Exception do
    begin
      OutResltMemo.Clear;
      OutResltMemo.Text := E.Message;
    end;
 end;