[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The scroll event.
Source position: stdctrls.pp line 64
type TScrollEvent = procedure( |
Sender: TObject; |
ScrollCode: TScrollCode; |
var ScrollPos: Integer |
) of object; |
ScrollCode |
|
Determines the scroll action. |
ScrollPos |
|
Contains the current scroll position. |