FMX.Controls.TControl.RecalcUpdateRect
Delphi
procedure RecalcUpdateRect; virtual;
C++
virtual void __fastcall RecalcUpdateRect();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | TControl | 
Description
Forces the current control to recalculate its UpdateRect property. RecalcUpdateRect also forces the control's parent--if necessary--and children to recalculate their UpdateRect property.