Back to Devexpress

TdxRichEditControlShowInsertMergeFieldForm Class

vcl-dxrichedit-dot-actions-bbd18b19.md

latest2.1 KB
Original Source

TdxRichEditControlShowInsertMergeFieldForm Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowInsertMergeFieldForm

See Also

TdxRichEditControlShowInsertMergeFieldForm Members

dxRichEdit.Actions Unit