Can anyone tell me where to find a list of the \"pseudo\" environment variables available in RAD Studio? The ones like $(Platform), $(Config), and so on. Specifically, I want on
There is not a RTLVersion variable but you can create easily using the option Enviroment variables
or the windows registry.
For Delphi XE Check this entry
HKEY_CURRENT_USER\Software\Embarcadero\BDS\8.0\Environment Variables
Then you can create a new variable called RTLVersion
And then from the Delphi IDE you can use like so