Back to Devexpress

TdxCustomizeMergeFieldsEventArgs Class

vcl-dxrichedit-dot-types-6fae7df2.md

latest1.1 KB
Original Source

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

TdxCustomizeMergeFieldsEventArgs Members

dxRichEdit.Types Unit