StdCtrls.TScrollBar Events
From RAD Studio VCL Reference
Delphi Information
| property OnChange: TNotifyEvent read FOnChange write FOnChange; |
Occurs immediately after the value of Position changes. |
| property OnScroll: TScrollEvent read FOnScroll write FOnScroll; |
Occurs when the user scrolls the scroll bar with the mouse or keyboard. |
Unit: StdCtrls
Type: event
Visibility: published
Member Of: TScrollBar
C++ Information
| __property TNotifyEvent OnChange; |
Occurs immediately after the value of Position changes. |
| __property TScrollEvent OnScroll; |
Occurs when the user scrolls the scroll bar with the mouse or keyboard. |
Unit: StdCtrls
Type: property
Visibility: public
Member Of: TScrollBar
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!