Recommended Learning Resources
The Delphi Basics is a good reference on Delphi.
I also recommend reading delphi.about.com's "A Beginner's Guide to Delphi Programming", which is a nice primer to Delphi programming.
Here is a list of topics that you should find helpful from the beginner's guide mentioned above:
- String Handling Routines
- Ordinal Data Types
- Returning multiple values from a function
- Overloading and Default Parameters
- Class and Record Helpers
- Record Helpers for sets and other simple types
- Using TDictionary hash tables
- Understanding generic types
- Interfaces
- Handling exceptions
- Parallel Programming Library Tutorials