如果把颜色值"0x00eeeeee"改成TColor类型的值rt[解决办法]直接构造就可以了 TColor myColor = TColor(0xff00ff);[解决办法]TColor c = (TColor)0x00eeeeee; 也可以