码迷,mamicode.com
首页 > 其他好文 > 详细

fixme 又见inherited,难道是为了调用子类覆盖函数?还有这样调用的?

时间:2015-08-20 06:47:01      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

又碰到了:

procedure TWinControl.WMDestroy(var Message: TWMDestroy);
begin
  inherited; // important7 fixme 这里不是继承,也不是为了Dispatch,难道是为了调用子类覆盖函数?
  RemoveProp(FHandle, MakeIntAtom(ControlAtom));
  RemoveProp(FHandle, MakeIntAtom(WindowAtom));
end;

 

fixme 又见inherited,难道是为了调用子类覆盖函数?还有这样调用的?

标签:

原文地址:http://www.cnblogs.com/findumars/p/4743986.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!