fpspreadsheet: Set default value of TsCellEdit.WantReturns to false.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5858 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-05-15 10:48:05 +00:00
parent 9e06abcd17
commit 61a08b692e

View File

@ -265,6 +265,7 @@ type
property ShowHTMLText: Boolean read FShowHTMLText write FShowHTMLText default true;
{@@ Link to the WorkbookSource which provides the workbook and worksheet. }
property WorkbookSource: TsWorkbookSource read FWorkbookSource write SetWorkbookSource;
property WantReturns default false;
end;