Am 19.07.2024 um 14:40 schrieb John Landmesser via lazarus:
The issue is of course gone if i have persistant field definitions where
i can set Field.Displayformat

But nothing prevents you to do this also with auto-created fields:

    TFloatField(SQLQuery1.FieldByName('Number')).DisplayFormat := '#,##0.000';

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to