本文整理自网络,侵删。
procedure WMSysCommand(var Msg: TWMSysCommand); message WM_SYSCOMMAND; procedure WMSysCommand(var Msg: TWMSysCommand); begin if Msg.CmdType <> SC_CLOSE then inherited end;
相关阅读 >>
Delphi 2009 之 tstringbuilder 类[3]: replace
Delphi 2009 泛型容器单元(generics.collections)[1]: tlist<t>
更多相关阅读请进入《Delphi》频道 >>