Skip to main content

IdxRichEditHyperlinkCollection.RemoveHyperlink(IdxRichEditHyperlink) Method

Removes the specified hyperlink from a document.

Declaration

procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);

Parameters

Name Type
AHyperlink IdxRichEditHyperlink

Remarks

Call the RemoveHyperlink procedure to delete a hyperlink passed as the AHyperlink parameter.

Note

Alternatively, you can invoke the RemoveHyperlink procedure exposed by the IdxRichEditSubDocument interface in order to accomplish the same goal.

See Also