Back to Devexpress

IdxRichEditSubDocument.Hyperlinks Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-4982b865.md

latest1.2 KB
Original Source

IdxRichEditSubDocument.Hyperlinks Property

Provides access to the collection of hyperlinks in a document.

Declaration

delphi
property Hyperlinks: IdxRichEditHyperlinkCollection read;

Property Value

Type
IdxRichEditHyperlinkCollection

Remarks

Use this property to manage hyperlinks in the current document. To add a new hyperlink, call the Hyperlinks. CreateHyperlink function. Invoke the Hyperlinks. RemoveHyperlink procedure to delete a specific hyperlink. For more information on hyperlink management, refer to the IdxRichEditHyperlinkCollection interface description.

See Also

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit