TdxSpreadSheetTableView.EditHyperlink Method
Invokes the Edit Hyperlink dialog.
Declaration
procedure EditHyperlink; virtual;
Remarks
Call this procedure to invoke the Edit Hyperlink dialog for a hyperlink associated with the focused cell/cell range or floating container.
The EditHyperlink procedure invokes the ShowHyperlinkEditorDialog global procedure if the CanEditHyperlinks function returns True.
See Also