Vcl.ComCtrls.TPageControl.ParentDoubleBuffered
Delphi
property ParentDoubleBuffered: Boolean read FParentDoubleBuffered write SetParentDoubleBuffered default 1;
C++
__property ParentDoubleBuffered = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TPageControl |
Description
ParentDoubleBuffered defers the DoubleBuffered property of this component to the value of the parent's DoubleBuffered property.
Vcl.ComCtrls.TPageControl.ParentDoubleBuffered inherits from Vcl.Controls.TWinControl.ParentDoubleBuffered. All content below this line refers to Vcl.Controls.TWinControl.ParentDoubleBuffered.
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.