fpspreadsheet: Make sure that all demos are compiled with -Xg

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5764 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-02-20 17:21:56 +00:00
parent 2f57f36178
commit f85d2543ba
39 changed files with 127 additions and 53 deletions

View File

@@ -3035,7 +3035,7 @@ end;
Returns the CalcState flag of the specified cell. This flag tells whether a
formula in the cell has not yet been calculated (csNotCalculated), is
currently being calculated (csCalculating), or has already been calculated
(csCalculated.
(csCalculated).
@param ACell Pointer to cell considered
@return Enumerated value of the cell's calculation state