FMX.Controls.TControl.OnResized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResized: TNotifyEvent read FOnResized write FOnResized;

C++

__property System::Classes::TNotifyEvent OnResized = {read=FOnResized, write=FOnResized};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Occurs immediately after the control is resized.

This event is invoked when the control is resized, and all the control’s children are aligned.


See Also