Vcl.Controls.TConstrainedResizeEvent
C++
typedef void __fastcall (__closure *TConstrainedResizeEvent)(System::TObject* Sender, int &MinWidth, int &MinHeight, int &MaxWidth, int &MaxHeight);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.Controls.hpp | Vcl.Controls | Vcl.Controls |
Description
TConstrainedResizeEvent is the function type for an OnConstrainedResize event.
TConstrainedResizeEvent has the following parameters:
| Parameter | Meaning |
|---|---|
|
Sender |
The control which generated the event. |
|
MinWidth | MinHeight | MaxWidth | MaxHeight |
The size constraints associated with the resize operation. |