FMX.Forms.IFMXWindowService.InvalidateWindowRect
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
- FMX.Forms.IFMXWindowService.FindForm
 - FMX.Forms.IFMXWindowService.CreateWindow
 - FMX.Forms.IFMXWindowService.DestroyWindow
 - FMX.Forms.IFMXWindowService.ReleaseWindow
 - FMX.Forms.IFMXWindowService.SetWindowState
 - FMX.Forms.IFMXWindowService.ShowWindow
 - FMX.Forms.IFMXWindowService.HideWindow
 - FMX.Forms.IFMXWindowService.ShowWindowModal
 - FMX.Forms.IFMXWindowService.SetWindowRect
 - FMX.Forms.IFMXWindowService.GetWindowRect