FMX.Layouts.TScrollCalculations.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; override;

C++

virtual void __fastcall DoChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TScrollCalculations

Description

Calls the OnChanged event handler.

FMX.Layouts.TScrollCalculations.DoChanged inherits from FMX.InertialMovement.TAniCalculations.DoChanged. All content below this line refers to FMX.InertialMovement.TAniCalculations.DoChanged.

Calls the OnChanged event handler.

DoChanged is executed when parameters of the inertial scrolling have been changed.

Descendant classes can override DoChanged as necessary.

See Also