Vcl.ColorGrd.TColorGrid.DoubleBufferedMode
Delphi
property DoubleBufferedMode;
C++
__property DoubleBufferedMode = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ColorGrd.pas Vcl.ColorGrd.hpp |
Vcl.ColorGrd | TColorGrid |
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.