DataSetBuilder.st
changeset 3390 c6ade37f3109
parent 3329 a5fcdace63ba
child 3406 a5efdd192b3e
--- a/DataSetBuilder.st	Thu Jan 26 11:26:25 2017 +0100
+++ b/DataSetBuilder.st	Sun Jan 29 02:22:02 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -288,7 +286,7 @@
 'Maximum size of the string which can be typed in. 0 or nil means unlimited'
 
 #formatTextFormat
-'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000)'
+'Format string specifying the output format of the cell text.\For numbers: printf-format - for example: %5.4f gives 0.0000\For time&date: time-formatting; for example: %(day)-%(monthName) %h:%m:%s\\More info in the online doc.'
 
 #frameColumnWidth
 'Width (fixed or relative) of a column (optional)'