RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.ResName Property

Specifies the resource name of the animation.

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

Set ResName to identify an AVI resource that contains the animation. Use ResHandle to indicate the module that contains the resource identified by ResName. 

If the resource file identifies the animation by number rather than number, use the ResID property instead.

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

 

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