IdxRichEditSubDocument.RemoveHyperlink(IdxRichEditHyperlink) Method
In This Article
Removes the specified hyperlink from a subdocument.
#Declaration
Delphi
procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);
#Parameters
Name | Type |
---|---|
AHyperlink | Idx |
#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.
See Also