Delphi
RTTI can be easily used to convert a record (Or a class by the way) to a string representation without taking care of how the record is changed during software maintenance.
RTTI has a set of methods to
handle metadata collected by the compiler at compile time. For example, you can iterate ...
More...