FMX.Forms.TCommonCustomForm.InvalidateRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateRect(R: TRectF);

C++

void __fastcall InvalidateRect(const System::Types::TRectF &R);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Schedules a repaint of the specified rectangle zone on the given form.

InvalidateRect takes in the R TRectF parameter and repaints the rectangle.

See Also