, 30 2020 . 14:15
+
:
Mr.Delphist @ Execute?
.
1. DbgView
2. :
procedure TUPD.Execute;
begin
OutputdebugString('name begin');
..
OutputdebugString('name end');
end;
...
...
OutputdebugString('Create begin');
for j := 0 to 9 do begin
TUPD.Create(j);
Sleep(1000);
Application.ProcessMessages;
end;
OutputdebugString('Create end');
...
.
- .
---
, , .
.
https://forum.sources.ru/index.php?showtopic=419737&view=findpost&p=3839759
:
Delphi: