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

TScrollEvent

TScrollEvent - generic event method for processing a scrolling 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.

This page is hosted on Get Lazarus Code and Component Repository at SourceForge.net. Fast, secure and Free Open Source software downloads