[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Used by the LCL interface to set the widgetset constraints in the class instance.
Source position: controls.pp line 729
public procedure TSizeConstraints.SetInterfaceConstraints( |
MinW: Integer; |
MinH: Integer; |
MaxW: Integer; |
MaxH: Integer |
); virtual; |
MinW |
|
Minimum width provided by the widgetset class instance. |
MinH |
|
Minimum height provided by the widgetset class instance. |
MaxW |
|
Maximum width provided by the widgetset class instance. |
MaxH |
|
Maximum height provided by the widgetset class instance. |
Should only be used by custom components, not by applications.
Version 4.0 | Generated 2025-05-03 | Home |