This is a strange question and I don't know if it's possible or not, but I want to list on my website's About page that it's built using TMS WEB Core and then I want the version of TMS WEB Core to be listed as well, but I don't want that version to be static. I'd like to somehow dynamically get the version that was used to build it with.
Is there a way to get the TMS WEB Core version dynamically during run-time?
I can see the version listed in two places in my IDE.
Tools
> Options
sectionSo hopefully I'm able to somehow get the version during run-time also 🥺
Okay.
So I just found that somewhere, there's a WEBCOREVERSION
constant variable defined that gives you the version of TMS WEB Core.
My IDE thinks it's an error and says:
E2003 "Undeclared identifier: 'WEBCOREVERSION'
But it compiles and works without any issues. It returns the TMS WEB Core version in run-time. Exactly what I wanted and needed.