中国开发网: 论坛: 程序员情感CBD: 贴子 583215
mhappy
请进。。。
class TfrmA : public TForm
{
private: // User declarations
AnsiString &model;
public: // User declarations
__fastcall TfrmA(TComponent* Owner);
__fastcall TfrmA(AnsiString &newmodel):model(newmodel){};
}

报错:
E2251 Cannot find default constructor to initialize base class 'TForm'

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录