Warum hat der Workaround eine Wirkung, wenn im RDP Application.SingleBufferingInRemoteSessions sowieso = false ist?
Ich meinte nur diese Zuweisung ist
sinnlos nutzlos.
ohne RDP = der Wert ist egal (wird ignoriert)
im RDP = das
not InRemoteSession
ist immer False
Fazit:
SingleBufferingInRemoteSessions := False;
reicht aus, ohne IF oder sonstewas Dynamisches.
Zitat:
DoubleBuffered and (not InRemoteSession or not SingleBufferingInRemoteSessions)
DoubleBuffered and not (InRemoteSession and SingleBufferingInRemoteSessions)
Ein Therapeut entspricht 1024 Gigapeut.