Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.661 Beiträge
 
#1

Short Delphi tip: ensuring RTTI for classes is included

  Alt 4. Mär 2021, 12:40
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...
  Mit Zitat antworten Zitat