Back to Devexpress

IdxRichEditSubDocument.RemoveHyperlink(IdxRichEditHyperlink) Method

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

latest1.1 KB
Original Source

IdxRichEditSubDocument.RemoveHyperlink(IdxRichEditHyperlink) Method

Removes the specified hyperlink from a subdocument.

Declaration

delphi
procedure RemoveHyperlink(const AHyperlink: IdxRichEditHyperlink);

Parameters

NameType
AHyperlinkIdxRichEditHyperlink

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

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit