Back to Devexpress

IdxRichEditHyperlinkCollection.RemoveHyperlink(IdxRichEditHyperlink) Method

vcl-dxrichedit-dot-nativeapi-dot-idxrichedithyperlinkcollection-dot-removehyperlink-x28-dxrichedit-dot-nativeapi-dot-idxrichedithyperlink-x29.md

latest1.1 KB
Original Source

IdxRichEditHyperlinkCollection.RemoveHyperlink(IdxRichEditHyperlink) Method

Removes the specified hyperlink from a document.

Declaration

delphi
procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);

Parameters

NameType
AHyperlinkIdxRichEditHyperlink

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

IdxRichEditHyperlinkCollection Interface

IdxRichEditHyperlinkCollection Members

dxRichEdit.NativeApi Unit