在CXGRID中如何让字段能以0.00的格式显示 先把cxGrid中的你要设的那个列改为 properties = CalcEdit 然后再设置 DisplayFormat = 0.00;-,0.00 即可