Skip to main content

ShowHyperlinkEditorDialog(TdxSpreadSheetTableView,TdxSpreadSheetHyperlink) Method

Invokes the “Insert Hyperlink” or “Edit Hyperlink” dialog for the specified worksheet.

Declaration

procedure ShowHyperlinkEditorDialog(ASheet: TdxSpreadSheetTableView; AHyperlink: TdxSpreadSheetHyperlink = nil);

Parameters

Name Type
ASheet TdxSpreadSheetTableView
AHyperlink TdxSpreadSheetHyperlink

Remarks

Call this procedure and pass a target worksheet as the ASheet parameter to invoke the “Insert Hyperlink” or “Edit Hyperlink” dialog. The latter dialog appears only if you pass an existing hyperlink on the target worksheet as the AHyperlink optional parameter.

An OK button click or an Enter keystroke closes the “Insert Hyperlink” or “Edit Hyperlink” dialog and creates a new or updates an existing hyperlink on the target worksheet, respectively. Refer to the “Hyperlink Dialogs“ topic for detailed information on an available UI and its functionality.

A click on the “Hyperlink…” or “Edit Hyperlink…” item in the Cell context menu of a spreadsheet control calls the ShowHyperlinkEditorDialog procedure to invoke the “Insert Hyperlink” or “Edit Hyperlink” dialog for the active worksheet.

See Also