张志峰的博客

水滴石川,积少成多。

导航

2015年3月6日

摘要: 在delphi中, reintroduce作用当在子类中重载或者重新声明父类的虚方法时,使用 reintroduce 关键字告知编译器,可以消除警告信息.如: TParent = class procedure proc;virtual; end; TChild = class(TParent) p... 阅读全文

posted @ 2015-03-06 15:46 ╰★张志峰★╮ 阅读(722) 评论(0) 推荐(0)