Delphi has declined not because of any particular failing but mainly because the world has changed.
Remember that Delphi originated with Turbo Pascal (basically) from the 1980s. At the time Turbo Pascal was revolutionary. C was around and C++ hadn't quite started yet but C compilers were typically slow and expensive. Turbo Pascal was amazingly fast and it did so in only one or two passes (compared to sometimes hundreds for some other languages).
In the 90s we saw the rise of GUIs (yes I know Macs were around in the 80s but GUIs became the standard for everyone once Windows took hold). This transition had many casualties like Lotus 1-2-3 (which was basically killed by Excel on Windows) and Wordperfect (MS Word killed it). Now you can argue that MS had the inside track since they also produced Windows and you'd be right but beyond that I think MS adjusted to the change quicker than anyone else.
Borland was still an agile little company back then. It adjusted and took its highly successful Turbo Pascal and created Delphi.
Now truly compiled languages ruled the roost in the 1990s with the exception of one little upstart: Java, which was something basically new. It was sorta compiled, sorta interpreted (being compiled into machine-independent bytecode that ran on a virtual machine). I personally think that the rise of both Java and Netscape scared the absolute bejesus out of Microsoft in the late 90s.
Borland adjusted reasonably well producing what was really the first really successful Java IDE in JBuilder.
They were fending off a resurgent Microsoft who also produced successive versions of Visual Studio that (imho) were years ahead of their time in the late 90s. I can remember coding Visual C++ with MTS (microsoft Transaction Server) DCOM objects over 10 years ago and that was a precursor to the modern application server platform we have today. Remote debugging and the like were things that were (or at least seemed) light years ahead on Visual Studio.
Ultimately I think it's Java that indirectly killed Delphi. Why? Because it forced MS to come up with .Net and they hired some pretty smart people to do it too. Their architect, Anders Hejlsberg, is the guy who originally did Turbo Pascal and the like and is a seriously smart guy.
This was combined with an unfortunate distraction and detour for Borland with the disastrous rename to Inprise. I can remember when this happened. I was programming with JBuilder (v4 through v7) and Borland/Inprise Application Server at the time. It's like they threw away their (significant) brand recognition for something that sorta sounded like enterprise. Much like Sun is now I think Borland just didn't know what to do or where to go.
The other significant thing to happen about a decade ago was the internet (which of course started much earlier but it was about a decade ago it started to get serious mainstream momentum). Unlike Java and the forthcoming .Net platform, Delphi had no relevance to that. It's strictly a compiled desktop application platform in a world that has increasingly moved away from both of those things.
This has been further exacerbated by the rise in scripting languages.
So some say VB killed Delphi but I think that at best VB was one of several knives stuck in that particular corpse.