Skip to main content

TdxCustomizeMergeFieldsEventArgs Class

Stores concomitant data for mail merge field customization events.

Declaration

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