Skip to main content

TdxMailMergeRecordCustomEventArgs Class

The base class for all argument containers for record insertion events in a mail merge operation.

Declaration

TdxMailMergeRecordCustomEventArgs = class(
    TdxCancelEventArgs
)

Remarks

The TdxMailMergeRecordCustomEventArgs class has the following members that allow you to:

  • Edit the merged (that is, inserted or intermediate) document before or after a record insert operation (Document).

  • Edit the template document before or after a record insert operation (RecordDocument).

  • Clear both the merged and template documents (Clear).

Do not use the TdxMailMergeRecordCustomEventArgs class directly. Use its descendants instead.

Inheritance

TObject
TdxEventArgs
TdxCancelEventArgs
TdxMailMergeRecordCustomEventArgs
See Also