Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.OnConstrainedResize

This handler can supply specific Constraints (size limits), when the control is resized.

Declaration

Source position: controls.pp line 1555

protected property TControl.OnConstrainedResize : TConstrainedResizeEvent
  read FOnConstrainedResize
  write FOnConstrainedResize;

See also

TConstrainedResizeEvent

  

Specifies an event handler signalled to resize a control to the specified size constraints.

TControl.Constraints

  

Contains the minimum and maximum Width and Height for the control.



CT Web help

CodeTyphon Studio