Chapter 2. Become a Delphi Language Ninja
In this chapter, we will cover the following recipes:
- Fun with anonymous methods – using higher-order functions
- Writing enumerable types
- RTTI to the rescue – configuring your class at runtime
- Duck typing using RTTI
- Creating helpers for your classes
- Checking strings with regular expressions