Skip to main content

TdxRichEditMailMergeOptions Class

Stores core mail merge settings.

Declaration

TdxRichEditMailMergeOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

This class has the following members that allow you to:

  • Specify custom group and decimal separators for mail merge fields (CustomSeparators).

  • Include the last paragraph of an inserted document into the resulting document (KeepLastParagraph).

  • Specify the data source for mail merge operations (DataSource).

  • Show inserted content instead of placeholder fields (ViewMergedData).

  • Reset mail merge settings (Reset).

The TdxRichEditControlOptionsBase.MailMerge property references a TdxRichEditMailMergeOptions object.

See Also