fpspreadsheet: Initial version to display embedded images in the WorksheetGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5800 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-03-08 11:50:58 +00:00
parent a4457a850e
commit a5d8446783
4 changed files with 97 additions and 3 deletions

View File

@@ -2127,6 +2127,7 @@ begin
AValue.OffsetY := AOffsetY;
AValue.ScaleX := AScaleX;
AValue.ScaleY := AScaleY;
AValue.Bitmap := nil; // to be initialized by viewing application
AValue.Index := -1;
end;