本文整理自网络,侵删。
procedure WMSysCommand(var Msg: TWMSysCommand); message WM_SYSCOMMAND; procedure WMSysCommand(var Msg: TWMSysCommand); begin if Msg.CmdType <> SC_CLOSE then inherited end;
相关阅读 >>
Delphi10.3通过json.serializers单元对大量数据序列化
更多相关阅读请进入《Delphi》频道 >>