FMX.InertialMovement.TAniCalculations.OnChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanged: TNotifyEvent read FOnTimer write FOnTimer;

C++

__property System::Classes::TNotifyEvent OnChanged = {read=FOnTimer, write=FOnTimer};

Properties

Type Visibility Source Unit Parent
event public
FMX.InertialMovement.pas
FMX.InertialMovement.hpp
FMX.InertialMovement TAniCalculations

Description

The event handler of this event is called from DoChanged.

See Also