FMX.Layouts.TCustomScrollBox.OnVScrollChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVScrollChange: TNotifyEvent read FOnVScrollChange write FOnVScrollChange;

C++

__property System::Classes::TNotifyEvent OnVScrollChange = {read=FOnVScrollChange, write=FOnVScrollChange};

Properties

Type Visibility Source Unit Parent
event public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Raises when the vertical scrollbar value was changed.

When the scroll position is changing at the ViewportPosition change, this event does not raise.

See Also