TPageScrollEvent is the type of a page scroller's OnScroll event handler.
TPageScrollEvent = procedure (Sender: TObject; Shift: TShiftState; X, Y: Integer; Orientation: TPageScrollerOrientation; var Delta: Integer) of object;
(Sender: TObject; Shift: TShiftState; X, Y: Integer; Orientation: TPageScrollerOrientation; var Delta: Integer) ( TPageScrollEvent)();
ComCtrls
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|