RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TPageScrollEvent Type

TPageScrollEvent is the type of a page scroller's OnScroll event handler.

Pascal
TPageScrollEvent = procedure (Sender: TObject; Shift: TShiftState; X, Y: Integer; Orientation: TPageScrollerOrientation; var Delta: Integer) of object;
C++
(Sender: TObject; Shift: TShiftState; X, Y: Integer; Orientation: TPageScrollerOrientation; var Delta: Integer) ( TPageScrollEvent)();

Sender is the page scroller that is being scrolled.  

Shift is the state of the Shift, Alt, Ctrl keys and mouse buttons.  

X is the horizontal position of the page scroller.  

Y is the vertical position of the page scroller.  

Orientation is the direction for the scroll.  

Delta is the amount of the scroll. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!