vcl-dxrichedit-dot-options-50290dfa.md
Stores custom group and decimal separators for mail merge fields.
TdxMailMergeCustomSeparators = class(
TPersistent
)
This class has the following members that allow you to:
Replace the locale-dependent decimal separators (FieldResultDecimalSeparator and MaskDecimalSeparator).
Replace the locale-dependent group separators (FieldResultGroupSeparator and MaskGroupSeparator).
Identify if a mail merge operation uses only locale-dependent group and decimal separators (IsEmpty).
Reset individual group and decimal separators (ResetFieldResultGroupSeparator, ResetFieldResultDecimalSeparator, ResetMaskGroupSeparator, and ResetMaskDecimalSeparator).
Reset all custom separators (Clear).
The TdxRichEditMailMergeOptions.CustomSeparators property references a TdxMailMergeCustomSeparators object.
TObject TPersistent TdxMailMergeCustomSeparators
See Also