Vcl.ComCtrls.TAnimate.CommonAVI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommonAVI: TCommonAVI read FCommonAVI write SetCommonAVI default aviNone;

C++

__property TCommonAVI CommonAVI = {read=FCommonAVI, write=SetCommonAVI, default=0};

Properties

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

Description

Indicates whether the animation control displays one of the common Windows AVI clips provided in Shell32.dll.

Set CommonAVI to display one of the common Windows AVI clips in the animation control. The common Windows AVI clips appear in the Windows user interface when the user attempts common file actions. CommonAVI is aviNone when the animation control displays an AVI clip that was specified in some other manner.

Setting CommonAVI automatically sets the FileName property to an empty string, ResHandle and ResId to 0, and ResName to an empty string.

Note: CommonAVI cannot be used when running under NT 3.51.

See Also

Code Examples