When using the new version (1.5) I get the following error on compilation:
Unknown identifier or variable is not declared: ‘TStringList’.
The line that corresponds with this code is:
T:= TStringList.Create;
This error does not occur with the previous version.
The full procedure is below...