RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.FileName Property

Specifies file containing animation.

Pascal
property FileName: string;
C++
__property AnsiString FileName;

Setting FileName causes the control to load the animation from the specified file. If the control succeeds in loading the animation from the file, it sets the Open property to true.  

FileName must refer to a Windows AVI file. The sound track, if present, is ignored.

Note: Setting FileName automatically sets the CommonAVI property to aviNone, ResHandle and ResID to 0, and ResName to an empty string.
 

 

Open 

CommonAVI 

ResHandle 

ResId 

ResName 

Adding Silent Video Clips to an Application

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