Created
November 29, 2016 06:23
-
-
Save linglung/41ee229d93db12ef301cac4337dc69d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const MSG_WORKER_RESULT = WM_USER; | |
procedure WorkerResult(var msg: TMessage); message MSG_WORKER_RESULT; | |
procedure TfrmTThreadComm.WorkerResult(var msg: TMessage); | |
begin | |
ProcessResults; | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment