[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 1444

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

See also

TConstrainedResizeEvent

  

TControl.Constraints

  

The minimal and maximal Width and Height of this control.

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