Table of Contents

TTMSFNCLocalizationRelinkResult Record

Tally of what happened when translations were moved from an orphaned root onto the root that replaced it.

API unit family: TMS.TMSFNCLocalizationCollector

Syntax

TTMSFNCLocalizationRelinkResult = record

Remarks

The three counts are exclusive and together cover every translated property the source root held, so Moved + Skipped + Dropped is the size of that set. A relink that reports only Dropped matched the wrong root.

Fields and properties

Name Type Description
Dropped Integer Translated properties with no counterpart in the target. The control they belonged to no longer exists.
Moved Integer Properties that received at least one translation.
Skipped Integer Properties whose counterpart already held translations and was therefore left alone.