Vcl.Controls.TWinControl.SetParentBackground

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetParentBackground(Value: Boolean); virtual;

C++

virtual void __fastcall SetParentBackground(bool Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

説明

ParentBackground プロパティを設定します。

SetParentBackground は、ParentBackground の値を設定する protected メソッドです。

関連項目