FMX.Layouts.TFramedScrollBox.OnVScrollChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVScrollChange: TNotifyEvent read FOnVScrollChange write FOnVScrollChange;

C++

__property OnVScrollChange;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFramedScrollBox

Description

Raises when the vertical scrollbar value was changed.

FMX.Layouts.TFramedScrollBox.OnVScrollChange inherits from FMX.Layouts.TCustomScrollBox.OnVScrollChange. All content below this line refers to FMX.Layouts.TCustomScrollBox.OnVScrollChange.

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