Vcl.ComCtrls.TPageScroller.OnScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnScroll: TPageScrollEvent read FOnScroll write FOnScroll;

C++

__property TPageScrollEvent OnScroll = {read=FOnScroll, write=FOnScroll};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

Occurs immediately before the page scroller scrolls.

Write code in the OnScroll event handler to perform actions when the page scroller scrolls.

OnScroll is an event handler of type Vcl.ComCtrls.TPageScrollEvent.

See Also