FMX.Controls.TControl.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint;

C++

void __fastcall Repaint();

Properties

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

Description

Forces the control to repaint its image on the screen.

Repaint updates the effects applied to the control, if any, and adds a new update rectangle--which corresponds to the control's UpdateRect--to the control's Scene.

Call Repaint when the control's displayed area needs to be updated.

See Also