[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 113

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

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.