FMX.Controls.TControl.UpdateExplicitBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateExplicitBounds;

C++

void __fastcall UpdateExplicitBounds(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Updates the explicit bounds' properties of the control.

UpdateExplicitBounds is called by SetBounds after updating the control's anchors rules, to update the ExplicitLeft, ExplicitTop, ExplicitWidth, and ExplicitHeight properties.

It is for internal use only.

See Also