FMX.InertialMovement.TAniCalculations.OnStop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnStop: TNotifyEvent read FOnStop write FOnStop;

C++

__property System::Classes::TNotifyEvent OnStop = {read=FOnStop, write=FOnStop};

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 DoStop.

See Also