[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when border spacing value(s) have been changed.
Source position: controls.pp line 873
published property TControlBorderSpacing.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property with the event handler signalled when one of the properties in the class instance has been changed. OnChange is signalled (when assigned) from the Change method. It occurs after the border spacing values have been applied to the associated Control, and its size has been adjusted.
|
Invalidates the control and signals the OnChange event handler. |
|
|
The control where the border spacing values are applied. |
|
|
Performs actions needed when border spacing for the control is changed. |
|
Version 4.0 | Generated 2025-05-03 | Home |