Vcl.Controls.TWinControl.ParentDoubleBuffered
Delphi
property ParentDoubleBuffered: Boolean read FParentDoubleBuffered write SetParentDoubleBuffered default True;
C++
__property bool ParentDoubleBuffered = {read=FParentDoubleBuffered, write=SetParentDoubleBuffered, default=1};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | TWinControl | 
Description
ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property.
ParentDoubleBuffered is a boolean indicating that the DoubleBuffered property of this component is overridden by the value of the parent's DoubleBuffered property.