Exit HelloGUI app using standard Break procedure call

This commit is contained in:
2020-09-17 00:36:12 +03:00
parent 73d3f78bdf
commit 5481451551

View File

@@ -28,6 +28,6 @@ begin
GetKey; GetKey;
BUTTON_EVENT: BUTTON_EVENT:
if GetButton.ID = 1 then if GetButton.ID = 1 then
TerminateThread; Break;
end; end;
end. end.