mikakoistinen
7 years agoContributor
Records or other structures in delphi scripts
Hi, My colleague asked a tricky question. How to internally store/pass record like structures between delphi script routines. Records are not supported. So is there any way to use json objects in d...
- 7 years ago
How about using Dictionary objects? A dictionary contains key=value pairs, which is similar to an object with named properties.