RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.OnStart Event

Occurs immediately after the animation control starts playing.

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

Write an OnStart event handler to take specific action when the animation is played. Setting the Active property to true or calling the Play method triggers an OnStart event. OnStart is useful for launching other actions that should be synchronized with the playing of the animation sequence. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!