[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when a value in the class instance has been changed.
Source position: controls.pp line 745
published property TSizeConstraints.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property with the even handler signalled when one of the values in MaxHeight, MaxWidth, MinHeight, or MinWidth has been changed. OnChange is signalled (when assigned) from the Change method using the current class instance as the Sender for the notification. OnChange occurs after the modified constraints have been applied to the associated Control and its size has been adjusted.
|
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. |
|
|
Adjusts the size for the associated Control, and signals the OnChange handler when assigned. |
|
|
The associated Control to which these constraints apply. |
|
|
Contains the minimum and maximum Width and Height for the control. |
|
|
Performs actions needed when value(s) in Constraints have been changed. |
|
|
Smart way to DoAutoSize. |
Version 4.0 | Generated 2025-05-03 | Home |