Steve is correct. Pascal is the language that Delphi uses. If you know Turbo Pascal, then you only need to learn how the IDE works and what the various VCL components are.
I'd stick to Mastering Delphi 7 (a great book) and learn about Object Oriented programming, the VCL and how to use the IDE effectively.
p.s. Don't worry too much about the things you don't understand. When I first learned Delphi, there was a lot I didn't understand (OOP is not easy), so don't worry about trying to learn it all. Just get familiar with it. Then when you start using it, it will become clear.
