Skip to main content

IdxRichEditHyperlinkCollection.FindHyperlink(Integer,IdxRichEditHyperlink) Method

Searches for a hyperlink with the specified field index.

Declaration

function FindHyperlink(AFieldIndex: Integer; out AHyperlink: IdxRichEditHyperlink): Boolean;

Parameters

Name Type
AFieldIndex Integer
AHyperlink IdxRichEditHyperlink

Returns

Type
Boolean

Remarks

This function searches a document’s Fields collection for a hyperlink at the index passed as the AFieldIndex parameter. If the search is successful, the function returns the hyperlink as the AHyperlink parameter and True as the function result. Otherwise, nil and False are returned, respectively.

See Also