Einzelnen Beitrag anzeigen

Delphi.Narium

Registriert seit: 27. Nov 2017
2.599 Beiträge
 
Delphi 7 Professional
 
#11

AW: Delphi 12, MDI Applikation und Flackern

  Alt 1. Aug 2025, 22:21
Funktioniert eventuell
Delphi-Quellcode:
if Application.InRemoteSession then
  Application.SingleBufferingInRemoteSessions := False;
oder
Application.SingleBufferingInRemoteSessions := not Application.InRemoteSession;

Geändert von Delphi.Narium ( 1. Aug 2025 um 22:30 Uhr)
  Mit Zitat antworten Zitat