FPSpreadsheet: Register TsWorkbookChartLink

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9430 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-09-10 14:32:03 +00:00
parent 095be0e60d
commit 2a965808d4
7 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,3 @@
tsworksheetdataset.png
tsworksheetdataset_150.png
tsworksheetdataset_200.png

View File

@ -29,3 +29,7 @@ tsworkbookchartsource_200.png
tsworksheetchartsource.png
tsworksheetchartsource_150.png
tsworksheetchartsource_200.png
tsWorkbookchartlink.png
tsworkbookchartlink_150.png
tsworkbookchartlink_200.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -43,8 +43,8 @@ begin
]);
{$ifdef FPS_CHARTS}
RegisterComponents('Chart', [
TsWorkbookChartSource
RegisterComponents('FPSpreadsheet', [
TsWorkbookChartLink, TsWorkbookChartSource
]);
{$endif}