RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.ResId Property

Specifies the resource ID of the animation.

Pascal
property ResId: Integer;
C++
__property int ResId;

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

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

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

 

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