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

TScrollEvent

The scroll event.

Declaration

Source position: stdctrls.pp line 64

type TScrollEvent = procedure(

  Sender: TObject;

  ScrollCode: TScrollCode;

  var ScrollPos: Integer

) of object;

Arguments

ScrollCode

  

Determines the scroll action.

ScrollPos

  

Contains the current scroll position.