TdxMailMergeCustomSeparators Class
In This Article
Stores custom group and decimal separators for mail merge fields.
#Declaration
Delphi
TdxMailMergeCustomSeparators = class(
TPersistent
)
#Remarks
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.
#Inheritance
TObject
TPersistent
TdxMailMergeCustomSeparators
See Also