Vcl.ExtCtrls.TCustomPanel.SetParentBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentBackground(Value: Boolean); override;

C++

virtual void __fastcall SetParentBackground(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Description

Sets the ParentBackground property.

Vcl.ExtCtrls.TCustomPanel.SetParentBackground inherits from Vcl.Controls.TWinControl.SetParentBackground. All content below this line refers to Vcl.Controls.TWinControl.SetParentBackground.

Sets the ParentBackground property.

SetParentBackground is a protected method that sets the value of ParentBackground.

See Also