Vcl.Controls.TWinControl.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint; override;

C++

virtual void __fastcall Repaint();

Properties

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

Description

Repaints the entire control.

Call Repaint to repaint the control.

As implemented in TWinControl, Repaint calls the Invalidate method and then the Update method to repaint the control.

See Also