API:FMX.Layouts.TScrollBox.OnHScrollChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHScrollChange: TNotifyEvent read FOnHScrollChange write FOnHScrollChange;

C++

__property OnHScrollChange;

Properties

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

Description

Raises when the horizontal scrollbar value was changed.

FMX.Layouts.TScrollBox.OnHScrollChange inherits from FMX.Layouts.TCustomScrollBox.OnHScrollChange. All content below this line refers to FMX.Layouts.TCustomScrollBox.OnHScrollChange.

Raises when the horizontal scrollbar value was changed.

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

See Also