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

TdxCustomizeMergeFieldsEventArgs Class

Stores concomitant data for mail merge field customization events.

#Declaration

Delphi
TdxCustomizeMergeFieldsEventArgs = class(
    TdxEventArgs
)

#Remarks

This class has the only MergeFieldsNames property that allows you to customize the list of fields shown by the ShowInsertMergeFieldForm command.

The Args property of the TdxCustomizeMergeFieldsEvent procedural type references a TdxCustomizeMergeFieldsEventArgs object.

#Inheritance

TObject
TdxEventArgs
TdxCustomizeMergeFieldsEventArgs
See Also