FMX.Forms.TForm.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 TForm

Description

Occurs immediately after the form is resized.

FMX.Forms.TForm.OnResize inherits from FMX.Forms.TCommonCustomForm.OnResize. All content below this line refers to FMX.Forms.TCommonCustomForm.OnResize.

Occurs immediately after the form is resized.

Use OnResize to make any final adjustments after the form is resized.

OnResize is an event handler of type TNotifyEvent.

See Also