You are reading help file online using chmlib.com
|
Checking for bad string IDs
In a large project you can stop using some of your string constants (which translation is managed by TsiLang), forgetting to remove their IDs from TsiLang's Strings section. The Check bad string IDs operation will help you to identify those IDs and, additionally, will scan your source code to detect references to non-existing string IDs.
To perform this operation select the forms you want to check in the Expert's list and press the button or select the Tools|Check bad string IDs from the main menu. TsiLang will display the search results, if any, in a pop-up window. You can quickly navigate to the line of code where an non-existing sting ID is referenced or the line in TsiLangs Strings section with an unused string.
Note: To perform this operation on an unit that doesn't have an associated form (and, thus, a TsiLang component), simply select Tools|Check bad string IDs in unit(s).
See also
Translation of hard-coded strings, Translation of CONST section
You are reading help file online using chmlib.com
|