[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled when the value in Position, Min, Max, or PageSize is changed.
Source position: stdctrls.pp line 113
public property TCustomScrollBar.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property which contains an event handler signalled when scroll information is updated in the control. OnChange is signalled (when assigned) from the Change method, and occurs when the value in Position, Min, Max, or PageSize is changed using SetParams.
Use the OnScroll event handler to respond to events signalled for control messages dispatched to the Scroll method.
|
The position of the slider in the scrollbar. |
|
|
The minimum value for the top or left position depending on orientation. |
|
|
The maximum value for the bottom or right position depending on orientation. |
|
|
The size of the slider relative to the total scroll range. |
|
|
Invokes the OnChange event handler for the control. |
|
|
Updates the Min and Max values, the size of the page, and the position in the scrollbar. |
|
|
Event handler signalled when scrollbar messages are applied. |
Version 4.0 | Generated 2025-05-03 | Home |