FMX.Controls.TControl.RecalcAbsoluteNow
Delphi
procedure RecalcAbsoluteNow;
C++
void __fastcall RecalcAbsoluteNow(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | TControl | 
Description
Recalculates AbsoluteMatrix.
It is used in the painting process. Do not call RecalcAbsoluteNow in an application.