Vcl.Controls.PerformEraseBackground
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 パラメータで指定したコントロールの背景を消去できます。