 |
Delphi 2010 | The Road to Delphi - a Blog about programming
Here ‘s a sample code of how you can dump the declaration of a TRttiType using the Rtti. Supports classes, records and interfaces. Delphi //Author Rodrigo Ruz V. 2010-10-10 uses Rtti, TypInfo, Classes, Generics.Collections, SysUtils; function ...
theroadtodelphi.wordpress.com |
 |