RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.OnOpen Event

Occurs immediately after the animation control is opened.

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

Write an OnOpen event handler to take specific action when the Open property changes from false to true. This is a good opportunity to set the Repetitions, StartFrame, and StopFrame properties before the AVI clip is activated, or to seek to a particular frame. 

 

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