Skip to main content

IdxRichEditSubDocument.Hyperlinks Property

Provides access to the collection of hyperlinks in a document.

Declaration

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