Skip to main content

IdxRichEditSubDocument.RemoveHyperlink(IdxRichEditHyperlink) Method

Removes the specified hyperlink from a subdocument.

Declaration

procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);

Parameters

Name Type
AHyperlink IdxRichEditHyperlink

Remarks

Call the RemoveHyperlink procedure to delete a hyperlink without accessing the hyperlink collection by using the Hyperlinks property. Pass the hyperlink that you need to remove as the AHyperlink parameter.

Note

Alternatively, you can invoke the Hyperlinks.RemoveHyperlink procedure to accomplish the same goal.

See Also