Vcl.Controls.TControl.Resize
From RAD Studio API Documentation
Delphi
procedure Resize; dynamic;
C++
DYNAMIC void __fastcall Resize(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Respond to control resize.
Resize is called automatically immediately after the control's dimensions change. As implemented in TControl, Resize calls the control's OnResize event handler if it is assigned.