FMX.Controls.TControl.HandleSizeChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleSizeChanged; virtual;

C++

virtual void __fastcall HandleSizeChanged();

Properties

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

Description

Executed right after the value of the Size property changes.

The control does not execute HandleSizeChanged if you assign Size the same value that it already has.

See Also