RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.OnStop Event

Occurs when the animation control finishes playing.

Pascal
property OnStop: TNotifyEvent;
C++
__property TNotifyEvent OnStop;

Write an OnStop event handler to take specific action when the animation finishes playing all its repetitions. For example, use an OnStop event handler to shut down any simultaneous actions that were started in an OnStart event handler. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!