(Gast)
n/a Beiträge
|
AW: TTimer will nicht wie er soll
19. Sep 2019, 11:15
So
Delphi-Quellcode:
procedure TTool.OnNotifySynchronized();
begin
Timer3.Enabled := true;
end;
procedure TTools.OnNotify(const FilePath: WideString; const Action: TDirectoryEventType);
...
TThread.Synchronize(nil,@OnNotifySynchronized);
...
|
|
Zitat
|