Vcl.Controls.PerformEraseBackground

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

Delphi

procedure PerformEraseBackground(Control: TControl; DC: HDC);

C++

extern DELPHI_PACKAGE void __fastcall PerformEraseBackground(TControl* Control, HDC DC);

プロパティ

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

説明

PerformEraseBackground は、指定されたコントロールの背景を消去します。

PerformEraseBackground を呼び出すと、Control パラメータで指定したコントロールの背景を消去できます。

関連項目