Y
yangtao2129
Unregistered / Unconfirmed
GUEST, unregistred user!
1、数据库中的数据类型为Number,显示到dbgrid后数据格式的设置 比如数据库中300.00,dbgrid显示的是300,我要显示300.00,如何设置。
2、double型300.00用FloatToStr函数转化为String后为300,我要显示300.00, function FloatToStr(Value: Extended; const FormatSettings: TFormatSettings): string; overload;的TFormatSettings如何设置
2、double型300.00用FloatToStr函数转化为String后为300,我要显示300.00, function FloatToStr(Value: Extended; const FormatSettings: TFormatSettings): string; overload;的TFormatSettings如何设置