Skip to main content

TdxRichEditControlShowHyperlinkForm Class

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

Declaration

TdxRichEditControlShowHyperlinkForm = 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 TdxRichEditControlShowHyperlinkForm action object invokes the Insert Hyperlink dialog window:

VCL Rich Edit Control: The Insert Hyperlink Dialog

See Also