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