[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Applies size constraints from the specified Control to the widgetset class instance.
Source position: controls.pp line 728
public procedure TSizeConstraints.UpdateInterfaceConstraints; virtual; |
No actions are performed in the method if Control is not derived from TWinControl, or its handle has not been allocated. UpdateInterfaceConstraints is called from the Create constructor after setting default property values, and assigning the associated Control for the class instance.
|
The maximum height for the associated Control. |
|
|
The maximum width for the associated Control. |
|
|
The minimum height for the associated Control. |
|
|
The minimum width for the associated Control. |
|
|
The associated Control to which these constraints apply. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |