Online Documentation for Advanced Localizer for RAD Studio VCL
TQSaveOptions type
Unit
Declaration
type TQSaveOptions = set of TQSaveOption;
Description
The TQSaveOptions type is a set of TQSaveOption properties. The following properties are available:
soSaveEmpty - if this property is included then empty property values will be also saved to the language file. The default property value is false.
soIgnoreDependencyIfEmpty - if this property is included then the dependencies of the empty property values will be ignored. The default property value is false.
soIncludeFrames - if this property is included then the property values of the owner's form frames will be also saved to the language file. The default property value is false.
See also: