Vcl.Forms.TApplication.SingleBufferingInRemoteSessions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SingleBufferingInRemoteSessions: Boolean read FSingleBufferingInRemoteSessions write

C++

__property bool SingleBufferingInRemoteSessions = {read=FSingleBufferingInRemoteSessions, write=SetSingleBufferingInRemoteSessions, default=1};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Indicates whether un-themed VCL controls should ignore their DoubleBuffered property if running in a remote session.

The SingleBufferingInRemoteSessions default value is True, which causes all un-themed VCL controls to ignore their DoubleBuffered property if running in a remote session and use single-buffering. If set to False, then un-themed controls will continue using double buffering in remote sessions.

See Also