Controls.TWinControl.ParentDoubleBuffered
From RAD Studio VCL Reference
Delphi Information
From Controls.pas
property ParentDoubleBuffered: Boolean read FParentDoubleBuffered write SetParentDoubleBuffered;
Unit: Controls
Type: property
Visibility: public
Member Of: TWinControl
C++ Information
From Controls.hpp
__property bool ParentDoubleBuffered = {read=FParentDoubleBuffered,write=SetParentDoubleBuffered};
Unit: Controls
Type: property
Visibility: public
Member Of: 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.