FMX.Ani.TAnimation.Pause

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Pause: Boolean read FPause write FPause;

C++

__property bool Pause = {read=FPause, write=FPause, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Ani.pas
FMX.Ani.hpp
FMX.Ani TAnimation

Description

Pauses the animation until this property is reset.

Set Pause to True to suspend the processing on this animation. The OnProcess event stops being called while Pause is True.

Set Pause to False to continue the animation from the same point where it was paused.

See Also

Code Examples