Why using resourcestring for "Common Algorithms" and "SSH Protocol" in ScConsts.pas?
Posted: Mon 22 Jun 2020 11:49
Hi.
I wonder why you are using resourcestring and not const for "Common Algorithms" and "SSH Protocol" in unit ScConsts.pas?
(lines 26-147)
I don't think that it would make sense to localize one of these strings.
I would recommend using const for theses strings, related to "Common Algorithms" and "SSH Protocol".
Or is there a good reason why these are resourcestrings?
I wonder why you are using resourcestring and not const for "Common Algorithms" and "SSH Protocol" in unit ScConsts.pas?
(lines 26-147)
I don't think that it would make sense to localize one of these strings.
I would recommend using const for theses strings, related to "Common Algorithms" and "SSH Protocol".
Or is there a good reason why these are resourcestrings?