Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMailMergeRecordCustomEventArgs Class

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

#Declaration

Delphi
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