S shopman Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-15 #2 type TForm1 = class(TForm) // 在没有任何代码。。。。。 Button1: TButton; private { Private declarations } public { Public declarations } end; 这是什么原因????
type TForm1 = class(TForm) // 在没有任何代码。。。。。 Button1: TButton; private { Private declarations } public { Public declarations } end; 这是什么原因????
Y yostgxf Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-16 #3 是不是在构建的时候没有Parent? 或者甚至没有构建函数/没有重载父类的构建函数