FMX.Forms.TConstrainedResizeEvent
Delphi
TConstrainedResizeEvent = procedure(Sender: TObject; var MinWidth, MinHeight, MaxWidth, MaxHeight: Single) of object;
C++
typedef void __fastcall (__closure *TConstrainedResizeEvent)(System::TObject* Sender, float &MinWidth, float &MinHeight, float &MaxWidth, float &MaxHeight);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
Embarcadero Technologies does not currently have any additional information.