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

Introduction

This chapter will explain some of the not-so-obvious features of the language and RTL that every Delphi programmer should know. Anonymous methods, enumerable types, extended RTTI, and class helpers are powerful tools for every Delphi developer, but usually they are not mastered as they should be. In this chapter, there are ready-to-use recipes that use these concepts to implement something really useful.