FMX.Types.IControl.Repaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Repaint;

C++

virtual void __fastcall Repaint() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Forces the control to repaint its image on the screen.

Implement the Repaint method to update the image of the control when needed.

See Also