FMX.Memo.TMemo.OnViewportPositionChange

From RAD Studio API Documentation

Delphi

property OnViewportPositionChange: TPositionChangeEvent read GetOnViewportPositionChange write SetOnViewportPositionChange;

C++

__property OnViewportPositionChange;

Properties

Type Visibility Source Unit Parent
event published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Raises when the value of ViewportPosition was changed. {{#multireplace:FMX.Memo.TMemo.OnViewportPositionChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.OnViewportPositionChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ScrollBox.TCustomPresentedScrollBox.OnViewportPositionChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Raises when the value of ViewportPosition was changed.

See Also