FMX.Controls.TControl.Resize
Delphi
procedure Resize; virtual;
C++
virtual void __fastcall Resize();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
OnResize event dispatcher.
A control calls Resize when the dimensions of the control change.
Derived classes can override the protected Resize method to implement specific responses to control resizing.