FMX.ScrollBox.TPresentedFramedVertScrollBox.OnViewportPositionChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnViewportPositionChange: TPositionChangeEvent read GetOnViewportPositionChange write SetOnViewportPositionChange;

C++

__property OnViewportPositionChange;

Properties

Type Visibility Source Unit Parent
event published
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TPresentedFramedVertScrollBox

Description

Raises when the value of ViewportPosition was changed.

FMX.ScrollBox.TPresentedFramedVertScrollBox.OnViewportPositionChange inherits from FMX.ScrollBox.TCustomPresentedScrollBox.OnViewportPositionChange. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.OnViewportPositionChange.

Raises when the value of ViewportPosition was changed.

See Also