[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomScrollBar.Change

Invokes the OnChange event handler for the control.

Declaration

Source position: stdctrls.pp line 96

protected procedure TCustomScrollBar.Change; virtual;

Description

Change is a procedure used to perform the Changed method in the ancestor class, and to signal the OnChange event handler (when assigned) for the control. Change is called when SetParams is used to update the Position, Min, Max, or PageSize values in the scrollbar.

See also

TCustomScrollBar.OnChange

  

Event handler signalled when the value in Position, Min, Max, or PageSize is changed.

TCustomScrollBar.SetParams

  

Updates the Min and Max values, the size of the page, and the position in the scrollbar.

TCustomScrollBar.Position

  

The position of the slider in the scrollbar.

TCustomScrollBar.Min

  

The minimum value for the top or left position depending on orientation.

TCustomScrollBar.Max

  

The maximum value for the bottom or right position depending on orientation.

TCustomScrollBar.PageSize

  

The size of the slider relative to the total scroll range.

TControl.Changed

  

Performs actions needed when the value for the control has been changed.


Version 4.0 Generated 2025-05-03 Home