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