ResourceString VS Const for string literals

I have a couple of thousands string literals in a Delphi application. They have been isolated in a separate file and used for localization in the past.

Now I don't need localization any more.

Is there any performance penalty in using resourcestring compared to plain constants.

Should I change those to CONST instead?

8
задан David Heffernan 18 March 2011 в 09:11
поделиться