标签:
又碰到了:
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