Vcl.ComCtrls.TAnimate.FileName
Delphi
property FileName: string read FFileName write SetFileName;
C++
__property System::UnicodeString FileName = {read=FFileName, write=SetFileName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TAnimate |
Description
Specifies file containing animation.
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.