Vcl.Forms.TCustomForm.Resizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resizing(State: TWindowState); override;

C++

virtual void __fastcall Resizing(System::Uitypes::TWindowState State);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Makes any required adjustments when the form changes size.

This protected method is called automatically when the form is resized, including when it is maximized, minimized, or restored to normal size. Resizing adjusts the size and position of any child controls that are aligned to the form.

The State parameter indicates the state of the form after the resize.