You've already forked lazarus-ccr
fpspreadsheet: read hyperlinks from xlsx files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -407,7 +407,7 @@ end;
|
||||
procedure TMainForm.WorksheetGridClickHyperlink(Sender: TObject;
|
||||
const AHyperlink: TsHyperlink);
|
||||
begin
|
||||
ShowMessage('Hyperlink ' + AHyperlink.Destination + ' clicked');
|
||||
ShowMessage('Hyperlink ' + AHyperlink.Target + ' clicked');
|
||||
end;
|
||||
|
||||
procedure TMainForm.UpdateCaption;
|
||||
|
Reference in New Issue
Block a user