Vcl.ComCtrls.TAnimate.ResName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResName: string read FResName write SetResName;

C++

__property System::UnicodeString ResName = {read=FResName, write=SetResName};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

Description

Specifies the resource name of the animation.

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.

See Also