Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditHyperlinkCollection.FindHyperlink(Integer,IdxRichEditHyperlink) Method

Searches for a hyperlink with the specified field index.

#Declaration

Delphi
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