Online Documentation for Advanced Localizer for RAD Studio VCL
Dependencies
Applies to
TQFormLocalizer component
Declaration
property Dependencies: TStrings;
Description
The Dependencies property is used when two properties of the owner form's component have the same value. In such case you can set the dependency between these properties, so that only one property would be saved to the file and the other one would be set automatically when localizing, e.g. if Dependencies = 'Caption=Hint' then all the captions of the owner's form will have the same localized values as the hints; the hints will be saved to the language file, but the captions will be not.
See also: