FMX.Forms.TFrame.OnResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResize;

C++

__property OnResize;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFrame

Description

Occurs immediately after the control is resized.

FMX.Forms.TFrame.OnResize inherits from FMX.Controls.TControl.OnResize. All content below this line refers to FMX.Controls.TControl.OnResize.

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.

Note: This function is deprecated, instead use the OnResized function.

See Also