TdxSpreadSheetTableView.EditHyperlink Method
In This Article
Invokes the Edit Hyperlink dialog.
#Declaration
Delphi
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