TMS Scripter Import Tool Compatibility with Delphi 13

Hello,

I am reaching out regarding a project involving TMS Scripter. I am currently using Delphi 13 as my development environment.

My goal is to use the Scripter Import Tool to import my custom libraries and components into the scripting environment. However, I noticed that the current version of the Import Tool does not seem to officially support Delphi 13.

Could you please provide information regarding the following:

  • Is there an updated version or a beta release of the Scripter Import Tool that supports Delphi 13?

  • If not, is there a planned release date for this compatibility update?

  • Are there any known workarounds to manually import components in Delphi 13 until an official update is released?

I would appreciate any guidance you can provide to help me move forward with my project.

Hi @Sezgin_Ozhan,

Not yet.

We can schedule this for the next month, yes. But see below.

Actually the main reason why import tool is updated is exactly because it's kind of outdated. We will update it as mentioned above, but we have been recommending not using it for a long time already.

We have not (and will not) update it to support latest Delphi syntax, so more and more commonly it will not be able to parse some units without you tweaking the unit.

We recommend importing things with new RTTI and what's missing you can simply import manually.

More information here: