Woo. You got me there. I haven't study Delphi by book, only by it's sourcecode.
When I started with Delphi,
I had no knowlegde what so ever regarding Pascal.
-"Learn Delphi in 5 ways":
* The absolute funniest way to learn code, is to check out the Delphi vcl/rtl sourcecode.
(C:\Program Files\Borland\Delphi 7\Source).
* Use Google to search for example code like "Delphi AND TCombobox".
* Another way to learn code, is to use the Help file. I think Delphi help file is one of the best helpfile written yet..
* The absolute best way is to join courses, but they are often very expensive.
* Books. (I have no experience about Delphi books)
Check out this sites:
Sorry for the abstract answer, but there aren't just one way to learn Delphi.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is always another way to solve it, but I prefer my way.