Delphi Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Chapter 2. Becoming 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