Content deleted Content added
m Correction of formating (Delphi part) |
|||
Line 212:
</source>
Versions of Delphi prior to 2009 do not offer direct support for associative arrays. However, you can simulate associative arrays using TStrings object. Here's an example:
|