RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TConstrainedResizeEvent Type

TConstrainedResizeEvent is the function type for an OnConstrainedResize event.

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

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!