[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.OnConstrainedResize

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

Declaration

Source position: controls.pp line 1588

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.


Version 3.2 Generated 2024-02-25 Home