FMX.Forms.IFMXWindowService.InvalidateWindowRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateWindowRect(const AForm: TCommonCustomForm; R: TRectF);

C++

virtual void __fastcall InvalidateWindowRect(TCommonCustomForm* const AForm, const System::Types::TRectF &R) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

In descendants, InvalidateWindowRect implements functionality to repaint the specified rectangle zone on the given form.

See Also