Delphi中inherited问题
摘要:
inherited Create(AOwner); 和直接写inherited有区别吗 有区别,inherited Create是指定调用父类的Create方法,当然你也可以inherited Destory等等, 如果直接写inherited则默认以本方法名在父类中调用 inherited就是调用 阅读全文
posted @ 2020-11-28 17:26 癫狂编程 阅读(231) 评论(0) 推荐(0)