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

TdxSpreadSheetHyperlink.Execute Method

In This Article

Activates the hyperlink.

#Declaration

Delphi
procedure Execute; virtual;

#Remarks

Call this procedure to emulate a hyperlink activation performed by an end-user. The actual routine that the Execute procedure performs depends on the ValueType property value. If an attempt to activate the hyperlink results in an error, the EdxSpreadSheetHyperlinkExecuteError exception occurs.

Note

Calling the Execute procedure raises the Spreadsheet or Report Designer control’s OnHyperlinkExecute event if the Value property value is not an empty string.

See Also