Thema: FreePascal TTimer will nicht wie er soll

Einzelnen Beitrag anzeigen

Schokohase
(Gast)

n/a Beiträge
 
#6

AW: TTimer will nicht wie er soll

  Alt 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);
...
  Mit Zitat antworten Zitat