Vcl.Controls.TConstrainedResizeEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TConstrainedResizeEvent = procedure(Sender: TObject; var MinWidth, MinHeight,
MaxWidth, MaxHeight: Integer) of object;

C++

typedef void __fastcall (__closure *TConstrainedResizeEvent)(System::TObject* Sender, int &MinWidth, int &MinHeight, int &MaxWidth, int &MaxHeight);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TConstrainedResizeEvent est le type de fonction d'un événement OnConstrainedResize.

TConstrainedResizeEvent comprend les paramètres suivants :



Paramètre Signification

Sender

Le contrôle qui a généré l'événement.

MinWidth | MinHeight | MaxWidth | MaxHeight

Les contraintes de taille associées à l'opération de redimensionnement.



Voir aussi