Vcl.ComCtrls.TAnimate.ResId
Delphi
property ResId: Integer read FResId write SetResId;
C++
__property int ResId = {read=FResId, write=SetResId, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TAnimate |
Description
Specifies the resource ID of the animation.
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.