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

TCustomScrollBar.OnScroll

Handler for a scrolling event by mouse, keyboard or code.

Declaration

Source position: stdctrls.pp line 110

public property TCustomScrollBar.OnScroll : TScrollEvent
  read FOnScroll
  write FOnScroll;

Description

The handler can override the new position, based on the scrolling parameters.