When using
RTTI in Delphi, you really want the
RTTI to be available. The compiler includes
RTTI for classes, as soon as it found that a class is touched by code that will be executed. So in order to include
RTTI for classes into the executable, you have to ensure you touch the class. Basically […]
Weiterlesen...