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 On
See Also