FMX.Controls.TControl.RecalcAbsolute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RecalcAbsolute; virtual;

C++

virtual void __fastcall RecalcAbsolute();

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 the AbsoluteMatrix property. RecalcAbsolute also forces the control's children to recalculate their AbsoluteMatrix.

See Also