Vcl.Controls.PerformEraseBackground

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

PerformEraseBackground efface l'arrière-plan d'un contrôle donné.

Appelez PerformEraseBackground pour effacer l'arrière-plan d'un contrôle spécifié par le paramètre Control.

Voir aussi