Vcl.WinXCtrls.TToggleSwitch.DoubleBufferedMode
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.
Vcl.WinXCtrls.TToggleSwitch.DoubleBufferedMode inherits from Vcl.Controls.TWinControl.DoubleBufferedMode. All content below this line refers to Vcl.Controls.TWinControl.DoubleBufferedMode.
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.