[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 727
public constructor TSizeConstraints.Create( |
AControl: TControl |
); virtual; |
AControl |
|
TControl instance where the size constraints are implemented. |
Create is the constructor for the class instance, and calls the inherited constructor on entry. Create sets the default values for properties including:
It also sets the value in the Control property to the associated control specified in the AControl argument.
Create calls the UpdateInterfaceConstraints method to ensure that size constraints from the Control are applied to the widgetset class instance when Control is a TWinControl instance and its handle has been allocated.
|
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. |
|
|
Applies size constraints from the specified Control to the widgetset class instance. |
Version 4.0 | Generated 2025-05-03 | Home |