Vcl.Controls.TWinControl.SetParentDoubleBuffered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentDoubleBuffered(Value: Boolean); virtual;

C++

virtual void __fastcall SetParentDoubleBuffered(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Sets the ParentBackground property.

SetParentDoubleBuffered is a protected method that sets the value of ParentDoubleBuffered.

See Also