Vcl.Controls.PerformEraseBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

PerformEraseBackground erases the background of a given control.

Call PerformEraseBackground to erase the background of a control specified by the Control parameter.

See Also