Vcl.WinXCtrls.TToggleSwitch.DoubleBufferedMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DoubleBufferedMode;

C++

__property DoubleBufferedMode = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitch

Description

Controls the use of DoubleBuffering.

Controls the use of DoubleBuffering.

When the value is set to dbmDefault, the DoubleBuffering is disabled in some scenarios, like RDP sessions.

Set DoubleBufferedMode as dbmRequested to use double buffering always in some controls, including RDP session.

See Also