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

TControl.ConstrainedResize

Invokes the #lcl.Controls.TControl.OnConstrainedResize handler, allowing to modify the suggested Constraints.

Declaration

Source position: controls.pp line 1247

protected procedure TControl.ConstrainedResize(

  var MinWidth: TConstraintSize;

  var MinHeight: TConstraintSize;

  var MaxWidth: TConstraintSize;

  var MaxHeight: TConstraintSize

); virtual;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.