Vcl.Controls.TControl.UpdateExplicitBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateExplicitBounds;

C++

void __fastcall UpdateExplicitBounds();

Properties

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

Description

Attempts to update the values of the control's explicit bounds to those of its current bounds.

Use UpdateExplicitBounds to update the values of the control's explicit bounds to those of its current bounds.

The update process succeeds as long as the options csAligning in ControlState and csReading in ComponentState are disabled.

See Also