DP News-Robot |
21. Apr 2020 15:20 |
Mapping Delphi Types to Indices at Compile Time
Say what now? In this post I will show you how you can use generics and class variables to generate unique incrementing indices for any Delphi type. For example, the Integer type could map to index 1 and the TStream type to index 2 etc. The values of these indices will be determined (partially) at… <a href="https://blog.grijjy.com/2020/04/21/mapping-delphi-types-to-indices-at-compile-time/" class="more-link">Continue reading <span class="screen-reader-text">Mapping Delphi Types to Indices at Compile&#
Weiterlesen...
|