# HG changeset patch # User Claus Gittinger # Date 1485652922 -3600 # Node ID c6ade37f3109eb45eb59b516d29b8f1a94a2eb4c # Parent b9b7b2fae2f921311fe2ee3826cea42b64d00ab2 #DOCUMENTATION by cg class: DataSetBuilder changed: #helpSpec diff -r b9b7b2fae2f9 -r c6ade37f3109 DataSetBuilder.st --- 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)'