Skip to main content

TdxRichEditControlShowInsertMergeFieldForm Class

An action object that corresponds to the ShowInsertMergeFieldForm command provided by the Rich Edit control.

Declaration

TdxRichEditControlShowInsertMergeFieldForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. It only implements the ShowHyperlinkForm command for use in an action list. Executing a TdxRichEditControlShowInsertMergeFieldForm action object invokes the Insert Merge Field dialog window:

VCL Rich Edit Control: The Insert Merge Field Dialog

See Also