DataSetBuilder.st
changeset 3390 c6ade37f3109
parent 3329 a5fcdace63ba
child 3406 a5efdd192b3e
equal deleted inserted replaced
3388:b9b7b2fae2f9 3390:c6ade37f3109
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by eXept Software AG
     2  COPYRIGHT (c) 1997 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   286 
   284 
   287 #formatMaxSize
   285 #formatMaxSize
   288 'Maximum size of the string which can be typed in. 0 or nil means unlimited'
   286 'Maximum size of the string which can be typed in. 0 or nil means unlimited'
   289 
   287 
   290 #formatTextFormat
   288 #formatTextFormat
   291 'Format string specifying the output format of the cell text. (printf-format - for example: %5.4f gives 0.0000)'
   289 '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.'
   292 
   290 
   293 #frameColumnWidth
   291 #frameColumnWidth
   294 'Width (fixed or relative) of a column (optional)'
   292 'Width (fixed or relative) of a column (optional)'
   295 
   293 
   296 #frameMinWidth
   294 #frameMinWidth