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:
wp_xxyyzz
2015-02-23 22:51:42 +00:00
parent 70b859530f
commit 20ad9c24f2
7 changed files with 160 additions and 28 deletions

View File

@ -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;