靠,那有把 write 放在 read 前边的?
你的前任的代码,你真的能编译过去么?如果能编译过去,那么就是这个unit不在这个工程里。

解决方案 »

  1.   

    呵呵,你搞错了:
    property Mode: TMode write FMode  read FMode;    property CaptionName: String read FCaption write SetCaption;
        property ProductId: String read FProductId write SetProductId;
        property Model: String read FModel write SetModel;
        property Standard: String read FStandard write SetStandard;
        property UnitPrice: Double read FUnitPrice write SetUnitPrice;
        property Manufacturer: String read FManufacturer write SetManufacturer;
        property Content:String read FContent write SetContent;
    应该放在
    published
                { Published declarations }下面呀            
      

  2.   

    胡说,谁说property不能放在publice里面?真是胡说八道。
      

  3.   

    感谢tjf1117大侠,错误少了几个,不过还是有。
    明天要交工,天啊!
      

  4.   

    管理员:
        请将分给tjf1117,我太感谢他了
      

  5.   

    呵呵,wbamboo,你在哪里工作?做什么的?