sergSVK
Results
1
comments of
sergSVK
Hello, Robert. There is a problem. The CM_SYSCOMMAND message does not exist. Method WMSysCommand already exists with a different parameter. ``` procedure WMSysCommand(var Message: TWMSysCommand); message WM_SYSCOMMAND; ``` ``` procedure...