FMX.Controls.TControl.OnResize
Delphi
property OnResize: TNotifyEvent read FOnResize write FOnResize;
C++
__property System::Classes::TNotifyEvent OnResize = {read=FOnResize, write=FOnResize};
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.
OnResize also occurs when Resize is called.
Write an event handler for OnResize to make any final adjustments after a control is resized.