IdxRichEditHyperlinkCollection.RemoveHyperlink(IdxRichEditHyperlink) Method
In This Article
Removes the specified hyperlink from a document.
#Declaration
Delphi
procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);
#Parameters
Name | Type |
---|---|
AHyperlink | Idx |
#Remarks
Call the RemoveHyperlink procedure to delete a hyperlink passed as the AHyperlink parameter.
Note
Alternatively, you can invoke the Remove
See Also