TTMSFNCLocalizationCollector.KeepStaleEntries Property
When True, entries that a scan no longer finds in the application are kept when the translation data is saved.
API unit family: TMS.TMSFNCLocalizationCollector
Declaring type: TTMSFNCLocalizationCollector
Type: Boolean
Syntax
property KeepStaleEntries: Boolean;
Default: False
Remarks
A scan marks every entry it does not encounter as stale, and by default those entries are dropped on save, so translations for controls and properties that no longer exist are discarded. Set this to True to retain them — useful while the user interface is still changing and a control may come back. The default is False.