API:Vcl.ExtCtrls.TCustomPanel.SetParentBackground

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetParentBackground(Value: Boolean); override;

C++

virtual void __fastcall SetParentBackground(bool Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomPanel

Beschreibung

Setzt die Eigenschaft ParentBackground.

Vcl.ExtCtrls.TCustomPanel.SetParentBackground erbt von Vcl.Controls.TWinControl.SetParentBackground. Der folgende Inhalt bezieht sich auf Vcl.Controls.TWinControl.SetParentBackground.

Setzt die Eigenschaft ParentBackground.

SetParentBackground ist eine protected Methode, die den Wert von ParentBackground setzt.

Siehe auch