Property Constraints: Integer (R/W)
Description
Specifies the size constraints for the control.
Remarks
This property is common to all TForm controls.
Details
Use Constraints to specify the minimum and maximum width and height of the control. When Constraints contains maximum or minimum values, the control cannot be resized to violate those constraints.
Note: Do not set up constraints that conflict with the value of the Align or Anchors property. When these properties conflict, the response of the control to resize attempts is not well-defined.