TdxSpreadSheetHyperlink.Execute Method
Activates the hyperlink.
Declaration
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