Forum Discussion

mikakoistinen's avatar
mikakoistinen
Contributor
7 years ago
Solved

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...
  • HKosova's avatar
    7 years ago

    How about using Dictionary objects? A dictionary contains key=value pairs, which is similar to an object with named properties.