我想把浮点型数 245.00000数输出到stringgrid当中 怎么做呢如题[解决办法]什么情况?Format一下,然后当字符串的写入不就得了?
float f = 245.0;StringGrid1->Cells[1][1] = FormatFloat("####.00000", f);